Skip to content

Commit 59f292a

Browse files
authored
Add deps.txt to build file.
1 parent b86047b commit 59f292a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY VERSION entrypoint.sh sscli uwsgi.ini wsgi.py ./
77
COPY scriptshifter ./scriptshifter/
88
COPY test ./test/
99
COPY requirements.txt ./
10-
RUN pip install --no-cache-dir -r requirements.txt
10+
RUN pip install --no-cache-dir -r requirements.txt deps.txt
1111

1212
ENV HF_DATASETS_CACHE /data/hf/datasets
1313
RUN ./sscli admin init-db

0 commit comments

Comments
 (0)