praeclarumjj3 commited on
Commit
d57d9e6
1 Parent(s): ebf4ad9

Add image urls

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ RUN sh deform_setup.sh
57
  RUN mkdir -p examples
58
  RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/ade20k.jpeg -P $WORKDIR/examples/
59
  RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/cityscapes.png -P $WORKDIR/examples/
60
- RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/coco.jpg -P $WORKDIR/examples/
61
 
62
  USER user
63
 
 
57
  RUN mkdir -p examples
58
  RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/ade20k.jpeg -P $WORKDIR/examples/
59
  RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/cityscapes.png -P $WORKDIR/examples/
60
+ RUN wget https://github.com/SHI-Labs/OneFormer-Colab/blob/master/samples/coco.jpeg -P $WORKDIR/examples/
61
 
62
  USER user
63