Skip to content
Snippets Groups Projects
Commit 41a12271 authored by Simon van Hemert's avatar Simon van Hemert
Browse files

Update docker for tensorboard

parent 8dbecf1b
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ USER root ...@@ -13,8 +13,6 @@ USER root
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
apt-utils \ apt-utils \
# Display server xvfb needed for Selenium
# xvfb \
# Geckodriver needed for Selenium # Geckodriver needed for Selenium
firefox-geckodriver firefox-geckodriver
USER ${NB_USER} USER ${NB_USER}
...@@ -24,4 +22,8 @@ COPY requirements.txt environment.yml /tmp/ ...@@ -24,4 +22,8 @@ COPY requirements.txt environment.yml /tmp/
RUN conda env update -q -f /tmp/environment.yml && \ RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install -r /tmp/requirements.txt && \ /opt/conda/bin/pip install -r /tmp/requirements.txt && \
conda clean -y --all && \ conda clean -y --all && \
conda env export -n "root" conda env export -n "root"
\ No newline at end of file
# Tensorboard extension
RUN jupyter labextension install jupyterlab_tensorboard && \
pip install jupyter-tensorboard==2.1.1
\ No newline at end of file
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment