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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -19,8 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  RUN git clone https://huggingface.co/datasets/Techbitforge/0/
21
 
22
- RUN wget https://huggingface.co/datasets/Techbitforge/0/resolve/main/server.py \
23
- -O app.py
24
 
25
  EXPOSE 7860
26
 
 
19
 
20
  RUN git clone https://huggingface.co/datasets/Techbitforge/0/
21
 
22
+ RUN ls
 
23
 
24
  EXPOSE 7860
25