Skip to content
Snippets Groups Projects
Commit 76535599 authored by Michael Bücker's avatar Michael Bücker
Browse files

Update Dockerfile

parent 287988cc
No related branches found
No related tags found
No related merge requests found
Pipeline #213308 passed
...@@ -36,8 +36,8 @@ RUN pip3 install plotly==5.22.0 ...@@ -36,8 +36,8 @@ RUN pip3 install plotly==5.22.0
#COPY requirements.txt requirements.txt #COPY requirements.txt requirements.txt
#RUN pip install --no-cache-dir -r requirements.txt #RUN pip install --no-cache-dir -r requirements.txt
#RUN pip install --ignore-installed --no-cache-dir -r requirements.txt #RUN pip install --ignore-installed --no-cache-dir -r requirements.txt
ENV IPYTHONDIR /usr/src/app/ipython/ # ENV IPYTHONDIR /usr/src/app/ipython/
WORKDIR /usr/src/app/ipython/profile_default/startup/ # WORKDIR /usr/src/app/ipython/profile_default/startup/
COPY python_startup/ ./ # COPY python_startup/ ./
WORKDIR /home/ # WORKDIR /home/
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