File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM $BASE_IMAGE
33
44COPY ./cuda124.patch /tmp/cuda124.patch
55COPY ./requirements.txt /tmp/requirements.txt
6- RUN pip install -U --no-cache-dir \
7- -r /tmp/requirements.txt \
8- && rm /tmp/requirements.txt
6+
7+ RUN cat /tmp/requirements.txt | sed -e '/^ \s *#.*$/d' -e '/^ \s *$/d' | xargs -n 1 pip install
8+ RUN rm /tmp/requirements.txt
99
1010ARG COMMIT
1111RUN git clone https://github.com/mega-sam/mega-sam && \
Original file line number Diff line number Diff line change 55certifi
66cffi
77charset-normalizer
8- conda
9- conda-anaconda-telemetry
10- conda-anaconda-tos
11- conda-content-trust
12- conda-libmamba-solver
13- conda-package-handling
14- conda_package_streaming
158cryptography
169distro
1710droid_backends == 0.0.0
You can’t perform that action at this time.
0 commit comments