TechDev commited on
Commit
3a71244
verified
1 Parent(s): c9b35a2

Upload Dockerfile

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