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