ojoel98 commited on
Commit
379fde9
·
verified ·
1 Parent(s): 58e8a08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -6
Dockerfile CHANGED
@@ -7,9 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
10
- RUN pip install pyyaml
11
- RUN pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
12
- RUN pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
13
- RUN pip install gradio
14
-
15
- CMD ["python", "app.py"]
 
7
 
8
  COPY . .
9
 
10
+ CMD ["python", "app.ipynb"]