Skip to content

Commit

Permalink
restricted openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Mar 7, 2024
1 parent afb62db commit f0ef3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN wget --no-hsts --quiet https://github.com/conda-forge/miniforge/releases/dow

# Installing or building Jax
RUN conda install -c conda-forge mamba \
&& mamba install -c conda-forge aicsimageio pip numpy wheel scikit-image maven openjdk\
&& mamba install -c conda-forge aicsimageio pip numpy wheel scikit-image maven openjdk=11.0.1\
&& pip --no-cache-dir install bfio[bioformats]

RUN pip --no-cache-dir install "jax[${JAX_VERSION_EXTRA}]==${JAX_VERSION}" jaxlib || \
Expand Down

0 comments on commit f0ef3d3

Please sign in to comment.