Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ WORKDIR /app
|
|
8 |
COPY requirements.txt .
|
9 |
|
10 |
# Install dependencies
|
|
|
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
# COPY .env /app/.env
|
|
|
8 |
COPY requirements.txt .
|
9 |
|
10 |
# Install dependencies
|
11 |
+
RUN pip install pip3 install torch --index-url https://download.pytorch.org/whl/cpu
|
12 |
+
RUN pip install transformers
|
13 |
RUN pip install --no-cache-dir -r requirements.txt
|
14 |
|
15 |
# COPY .env /app/.env
|