praeclarumjj3 commited on
Commit
6dc98e8
·
1 Parent(s): d2d4749

Compile Worked, fix path data

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ COPY . .
34
  RUN ls
35
  RUN pwd
36
  RUN wget https://github.com/SHI-Labs/OneFormer/blob/main/oneformer/data/bpe_simple_vocab_16e6.txt.gz
37
- COPY bpe_simple_vocab_16e6.txt.gz $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz
38
 
39
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
40
 
 
34
  RUN ls
35
  RUN pwd
36
  RUN wget https://github.com/SHI-Labs/OneFormer/blob/main/oneformer/data/bpe_simple_vocab_16e6.txt.gz
37
+ COPY $WORKDIR/bpe_simple_vocab_16e6.txt.gz $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz
38
 
39
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
40