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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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