Skip to content

Commit fd14c6a

Browse files
authored
Revert Dockerfile edit.
1 parent 59f292a commit fd14c6a

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 deps.txt
10+
RUN pip install --no-cache-dir -r requirements.txt
1111

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

0 commit comments

Comments
 (0)