Propvia commited on
Commit
77ae63d
·
1 Parent(s): 279c78c

fixing rq_hf.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ 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
 
12
  COPY . .
13
 
 
7
 
8
  COPY requirements_hf.txt .
9
  RUN pip install --no-cache-dir --upgrade pip \
10
+ && pip install --no-cache-dir -r requirements_hf.txt
11
 
12
  COPY . .
13