Skip to content

Commit 9cb826c

Browse files
committed
CI: attempt 3
1 parent 9d8620e commit 9cb826c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

cw-mega-sam/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM $BASE_IMAGE
33

44
COPY ./cuda124.patch /tmp/cuda124.patch
55
COPY ./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

1010
ARG COMMIT
1111
RUN git clone https://github.com/mega-sam/mega-sam && \

cw-mega-sam/requirements.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ Brotli
55
certifi
66
cffi
77
charset-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
158
cryptography
169
distro
1710
droid_backends==0.0.0

0 commit comments

Comments
 (0)