Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ WORKDIR /app
|
|
| 16 |
|
| 17 |
# Copy the requirements file and install dependencies
|
| 18 |
COPY requirements.txt .
|
| 19 |
-
RUN pip install torch==2.
|
| 20 |
RUN pip install --no-cache-dir --upgrade setuptools wheel
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
# Copy the requirements file and install dependencies
|
| 18 |
COPY requirements.txt .
|
| 19 |
+
RUN pip install torch==2.1.0
|
| 20 |
RUN pip install --no-cache-dir --upgrade setuptools wheel
|
| 21 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 22 |
|