Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 28, 2023
1 parent 2779b2c commit e05d9cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ingredients/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ COPY requirements.txt /tmp/pip-tmp/
RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt
RUN rm -rf /tmp/pip-tmp

WORKDIR /home/vscode/.ipython/profile_default/startup
ADD substitute_pylab.ipy .
RUN mkdir -p /home/vscode/.ipython/profile_default/startup
RUN chown -R vscode:vscode /home/vscode/.ipython

0 comments on commit e05d9cc

Please sign in to comment.