Techbitforge commited on
Commit
12209d5
·
verified ·
1 Parent(s): 2ebddc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/0/
21
- RUN cd 0
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