We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5ff66 commit 4d1fb93Copy full SHA for 4d1fb93
docker/Dockerfile
@@ -21,8 +21,6 @@ ENV FORCE_CUDA_EXTENSION=1
21
# install python deps
22
COPY requirements.txt /tmp/requirements.txt
23
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
26
27
FROM base AS production
28
0 commit comments