Update Dockerfile
Browse files- 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 |
|