Skip to content

Commit

Permalink
conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlenz committed Apr 24, 2024
1 parent d39fa78 commit d3e9068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboards/bokeh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ARG USER=bokeh
RUN useradd -s /bin/bash -m ${USER}
USER ${USER}

RUN conda create --name neon -c conda-forge python=3.10 numpy=1.24 scipy=1.10 matplotlib=3.7 pandas=1.5 netcdf4=1.6 jupyter=1.0 xarray=2023 tqdm=4.65 bokeh=2.4 jupyterlab=3.5 fsspec=2023 ujson=5.7 gcsfs=2023 dask=2023 zarr=2.14 pillow=8.4
RUN conda install conda=22.9.0
RUN conda create --name neon -c conda-forge python numpy scipy matplotlib pandas netcdf4 jupyter xarray tqdm bokeh jupyterlab fsspec ujson gcsfs dask zarr pillow

RUN echo "conda activate neon" >> ~/.bashrc
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit d3e9068

Please sign in to comment.