We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86047b commit 59f292aCopy full SHA for 59f292a
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
7
COPY scriptshifter ./scriptshifter/
8
COPY test ./test/
9
COPY requirements.txt ./
10
-RUN pip install --no-cache-dir -r requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt deps.txt
11
12
ENV HF_DATASETS_CACHE /data/hf/datasets
13
RUN ./sscli admin init-db
0 commit comments