Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -17,6 +17,9 @@ RUN mkdir -p ${HF_HOME} && chmod -R 777 ${HF_HOME}
|
|
17 |
|
18 |
# Install dependencies from requirements.txt into the virtual environment
|
19 |
COPY requirements.txt .
|
|
|
|
|
|
|
20 |
RUN pip install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
# Pre-download the TinyLlama model and its tokenizer during the build process.
|
|
|
17 |
|
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 |
|
25 |
# Pre-download the TinyLlama model and its tokenizer during the build process.
|