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

Move ipython dir

parent 2cb6fa1e
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,11 @@ RUN pip3 install --upgrade pip
COPY .env .env
# Install python packages
COPY . .
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
WORKDIR /home/jovyan/.ipython/profile_default/startup/
RUN mkdir -p /usr/src/app/startup/
RUN export IPYTHONDIR /usr/src/app/startup/
COPY python_startup/ ./
COPY python_startup/ /usr/src/app/startup/
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