TechDev commited on
Commit
c667a77
verified
1 Parent(s): 2d4c9c2

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
  RUN apt-get install -y wget unzip && apt-get update && apt-get install -y python3 python3-pip python3.12-venv
7
 
8
  ARG DRIVE_CODE
9
- RUN wget -O code.zip "https://drive.google.com/uc?export=download&id=$DRIVE_CODE"
10
  RUN unzip code.zip
11
 
12
 
 
6
  RUN apt-get install -y wget unzip && apt-get update && apt-get install -y python3 python3-pip python3.12-venv
7
 
8
  ARG DRIVE_CODE
9
+ RUN wget -O code.zip "https://drive.google.com/uc?export=download&id=${DRIVE_CODE}"
10
  RUN unzip code.zip
11
 
12