Propvia commited on
Commit
279c78c
·
1 Parent(s): 3334dee

changing rq.txt

Browse files
Dockerfile CHANGED
@@ -5,7 +5,7 @@ ENV HF_HOME=/tmp
5
 
6
  WORKDIR /code
7
 
8
- COPY requirements.txt .
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