Spaces:
Build error
Build error
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@ WORKDIR /app
|
|
17 |
RUN wget -O code.zip "https://drive.google.com/uc?export=download&id=$DRIVE_CODE"
|
18 |
RUN sudo chmod -R 777 /app
|
19 |
RUN ls
|
|
|
20 |
RUN unzip code.zip
|
21 |
RUN python3 -m venv venv
|
22 |
RUN /bin/bash -c "source venv/bin/activate && pip3 install -r requirements.txt"
|
|
|
17 |
RUN wget -O code.zip "https://drive.google.com/uc?export=download&id=$DRIVE_CODE"
|
18 |
RUN sudo chmod -R 777 /app
|
19 |
RUN ls
|
20 |
+
RUN file code.zip
|
21 |
RUN unzip code.zip
|
22 |
RUN python3 -m venv venv
|
23 |
RUN /bin/bash -c "source venv/bin/activate && pip3 install -r requirements.txt"
|