Forráskód Böngészése

Add deps.txt to build file.

Stefano Cossu 2 hónapja
szülő
commit
59f292a26f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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