Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN mkdir -p ${HF_HOME} && chmod -R 777 ${HF_HOME}
|
|
18 |
# Install dependencies from requirements.txt into the virtual environment
|
19 |
COPY requirements.txt .
|
20 |
|
21 |
-
pip install --upgrade pip
|
22 |
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|
|
|
18 |
# Install dependencies from requirements.txt into the virtual environment
|
19 |
COPY requirements.txt .
|
20 |
|
21 |
+
RUN pip install --upgrade pip
|
22 |
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|