changing rq.txt
Browse files- Dockerfile +1 -1
- requirements.txt → requirements_hf.txt +0 -0
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ ENV HF_HOME=/tmp
|
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
|
| 8 |
-
COPY
|
| 9 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 10 |
&& pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
|
| 8 |
+
COPY requirements_hf.txt .
|
| 9 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 10 |
&& pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
requirements.txt → requirements_hf.txt
RENAMED
|
File without changes
|