Stefano Cossu 2 месяцев назад
Родитель
Сommit
59f292a26f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
 COPY scriptshifter ./scriptshifter/
 COPY test ./test/
 COPY requirements.txt ./
-RUN pip install --no-cache-dir -r requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt deps.txt
 
 ENV HF_DATASETS_CACHE /data/hf/datasets
 RUN ./sscli admin init-db