Skip to content

Commit

Permalink
Removed Jupyter from the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
VPetukhov committed Nov 15, 2024
1 parent 8bc022a commit e98f1e4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@ FROM julia:latest

RUN apt-get update && apt-get install -y build-essential

## Jupyter

RUN apt-get install -y python3 python3-pip vim

RUN pip3 install jupyterlab numpy scipy matplotlib seaborn pandas sklearn scikit-image

RUN pip3 install -Iv six==1.12.0

RUN julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build(); using IJulia;'

### jupyter notebook --no-browser --port=8989 --ip=0.0.0.0 --allow-root ./

## Julia Baysor envitonment
ENV JULIA_NUM_THREADS=30

### Ignore cache (https://stackoverflow.com/questions/35134713/disable-cache-for-specific-run-commands)
ARG CACHEBUST=1
Expand Down

0 comments on commit e98f1e4

Please sign in to comment.