praeclarumjj3 commited on
Commit
522f8da
·
1 Parent(s): 4af0100

Compile Worked, fix path data

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -33,7 +33,8 @@ COPY requirements.txt $WORKDIR/requirements.txt
33
  COPY . .
34
  RUN ls
35
  RUN pwd
36
- COPY ./oneformer/data/bpe_simple_vocab_16e6.txt.gz $WORKDIR/oneformer/data/bpe_simple_vocab_16e6.txt.gz
 
37
 
38
  # RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
39
 
 
33
  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 ./oneformer/data/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