TechDev commited on
Commit
c9b35a2
verified
1 Parent(s): 092f145

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +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
 
 
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
12