-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify description and configurations. Closing issue #28
- Loading branch information
1 parent
e5eb8f6
commit 346f1d4
Showing
4 changed files
with
141 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# This adaptive Dockerfile is generated by 'generate-Dockerfile.sh' from parts within src/ | ||
# This Dockerfile is generated by 'generate-Dockerfile.sh' from elements within 'src/' | ||
|
||
# **Please do not change this file directly!** | ||
# To adapt this Dockerfile, adapt 'generate-Dockerfile.sh' or 'src/Dockerfile.usefulpackages'. | ||
# More information can be found in the documentation. | ||
|
||
|
||
# Use NVIDIA CUDA as base image and run the same installation as in the other packages. | ||
# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch | ||
|
@@ -412,12 +417,6 @@ LABEL authors="Christoph Schranz <[email protected]>, Mathem | |
|
||
USER root | ||
|
||
# Install elasticsearch libs | ||
USER root | ||
RUN apt-get update \ | ||
&& curl -sL https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar | ||
RUN pip install --no-cache-dir elasticsearch==7.1.0 | ||
|
||
RUN pip install --no-cache-dir ipyleaflet plotly==4.8.* "ipywidgets>=7.5" | ||
|
||
# Install important packages and Graphviz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,6 @@ LABEL authors="Christoph Schranz <[email protected]>, Mathem | |
|
||
USER root | ||
|
||
# Install elasticsearch libs | ||
USER root | ||
RUN apt-get update \ | ||
&& curl -sL https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar | ||
RUN pip install --no-cache-dir elasticsearch==7.1.0 | ||
|
||
RUN pip install --no-cache-dir ipyleaflet plotly==4.8.* "ipywidgets>=7.5" | ||
|
||
# Install important packages and Graphviz | ||
|