Compare commits
No commits in common. "dd7dce09f5c9d3e1c854712c5f7d09bf10ff9742" and "f325a75838f12737971692c93a1a100990d1d7b9" have entirely different histories.
dd7dce09f5
...
f325a75838
10
Dockerfile
10
Dockerfile
|
@ -9,13 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install jupyter
|
||||
RUN pip install notebook
|
||||
RUN pip install pandas
|
||||
RUN pip install numpy
|
||||
RUN pip install matplotlib
|
||||
RUN pip install scipy
|
||||
RUN pip install numpy
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install jupyter notebook pandas numpy matplotlib
|
||||
|
||||
CMD ["jupyter", "notebook", "--ip=0.0.0.0", "--allow-root", "--no-browser"]
|
||||
|
|
|
@ -5,7 +5,7 @@ or
|
|||
docker build -t pst -f Dockerfile
|
||||
|
||||
## run
|
||||
pacman -S slirp4netns && podman run --network=slirp4netns -p 8888:8888 -v $(pwd):/home/notebook pst pst
|
||||
pacman -S slirp4netns && podman run --network=slirp4netns -p 8888:8888 pst
|
||||
or
|
||||
docker run -p 8888:8888 pst
|
||||
|
||||
|
|
345
ukol.ipynb
345
ukol.ipynb
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue