qihang commited on
Commit
1d3befb
1 Parent(s): e388e5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ WORKDIR /home/user/berf
48
 
49
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
50
 
51
- RUN wget https://www.dropbox.com/scl/fi/61jihn8s7c9rcoyvpnjdl/new.pth?rlkey=2tlgv4vqs1kme0wb8ze1g78wo&st=6alheztd -O clevr.pth
52
 
53
  RUN wget https://www.dropbox.com/scl/fi/k5qc5y5rmhuru5eztegbn/gradio_draggable-0.0.1-py3-none-any.whl?rlkey=fr36c5gfht4d8wwjr0bb9qu9w -O gradio_draggable-0.0.1-py3-none-any.whl
54
  RUN pip install gradio_draggable-0.0.1-py3-none-any.whl
 
48
 
49
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
50
 
51
+ RUN wget https://www.dropbox.com/scl/fi/61jihn8s7c9rcoyvpnjdl/new.pth?rlkey=2tlgv4vqs1kme0wb8ze1g78wo -O clevr.pth
52
 
53
  RUN wget https://www.dropbox.com/scl/fi/k5qc5y5rmhuru5eztegbn/gradio_draggable-0.0.1-py3-none-any.whl?rlkey=fr36c5gfht4d8wwjr0bb9qu9w -O gradio_draggable-0.0.1-py3-none-any.whl
54
  RUN pip install gradio_draggable-0.0.1-py3-none-any.whl