Skip to content

Commit 4d1fb93

Browse files
committed
remove for dockerfile
1 parent ca5ff66 commit 4d1fb93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ENV FORCE_CUDA_EXTENSION=1
2121
# install python deps
2222
COPY requirements.txt /tmp/requirements.txt
2323
RUN python3 -m pip install -r /tmp/requirements.txt
24-
COPY requirements-healpix.txt /tmp/requirements-healpix.txt
25-
RUN python3 -m pip install --no-build-isolation -r /tmp/requirements-healpix.txt
2624

2725
FROM base AS production
2826

0 commit comments

Comments
 (0)