Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
18 |
# Download your server.py as app.py
|
19 |
|
20 |
RUN git clone https://huggingface.co/datasets/Techbitforge/0/
|
21 |
-
|
22 |
RUN ls
|
23 |
|
24 |
EXPOSE 7860
|
|
|
18 |
# Download your server.py as app.py
|
19 |
|
20 |
RUN git clone https://huggingface.co/datasets/Techbitforge/0/
|
21 |
+
RUN cd 0
|
22 |
RUN ls
|
23 |
|
24 |
EXPOSE 7860
|