updoghiii commited on
Commit
b3f0831
·
verified ·
1 Parent(s): 3b861b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ WORKDIR /code
43
 
44
  COPY requirements.txt /code/requirements.txt
45
 
46
- RUN pip install --no-cache-dir sentencepiece\
47
  pip install --no-cache-dir --upgrade pip setuptools wheel && \
48
  pip install --no-cache-dir torch==2.0.1 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu && \
49
 
 
43
 
44
  COPY requirements.txt /code/requirements.txt
45
 
46
+ RUN pip install --no-cache-dir sentencepiece && \
47
  pip install --no-cache-dir --upgrade pip setuptools wheel && \
48
  pip install --no-cache-dir torch==2.0.1 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu && \
49