clarify description and configurations. Closing issue #28
This commit is contained in:
@@ -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 <christoph.schranz@salzburgresearch.at>, 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
|
||||
|
Reference in New Issue
Block a user