Skip to content

Commit

Permalink
Merge pull request #25 from stfc/Get_tensorboard_working
Browse files Browse the repository at this point in the history
Get tensorboard working again
  • Loading branch information
meoflynn authored Aug 17, 2023
2 parents a014704 + 581233b commit e01a186
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jupyter-tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ RUN apt-get update && \

USER ${NB_UID}

# Required for Tensorboard on a remote container
RUN mamba install --yes \
'jupyter-server-proxy' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# SciML requirements
RUN pip install --user --no-cache-dir \
# SciML requirements
gym==0.25.2 \
pygame && \
fix-permissions "${CONDA_DIR}" && \
Expand Down

0 comments on commit e01a186

Please sign in to comment.