Spaces:
Build error
Build error
Upload Dockerfile
Browse files- 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 |
-
|
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
|