praeclarumjj3 commited on
Commit
43d0bad
1 Parent(s): 5997585

Compile Worked, fix path data

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN chmod -R 777 $WORKDIR
31
 
32
  COPY requirements.txt $WORKDIR/requirements.txt
33
  COPY . .
34
- RUN cd $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz && wget https://github.com/SHI-Labs/OneFormer/blob/main/oneformer/data/bpe_simple_vocab_16e6.txt.gz && ls && cd $WORKDIR
35
 
36
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
37
 
 
31
 
32
  COPY requirements.txt $WORKDIR/requirements.txt
33
  COPY . .
34
+ # RUN cd $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz && wget https://github.com/SHI-Labs/OneFormer/blob/main/oneformer/data/bpe_simple_vocab_16e6.txt.gz && ls && cd $WORKDIR
35
 
36
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
37