Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HSLU deep Learning
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Albert Figueras
HSLU deep Learning
Commits
41a12271
Commit
41a12271
authored
4 years ago
by
Simon van Hemert
Browse files
Options
Downloads
Patches
Plain Diff
Update docker for tensorboard
parent
8dbecf1b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+5
-3
5 additions, 3 deletions
Dockerfile
notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb
+95
-74
95 additions, 74 deletions
...otebook Block 5 - Object Detection and Segmentation.ipynb
with
100 additions
and
77 deletions
Dockerfile
+
5
−
3
View file @
41a12271
...
@@ -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
This diff is collapsed.
Click to expand it.
notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb
+
95
−
74
View file @
41a12271
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment