summaryrefslogtreecommitdiff
path: root/datasets/Talluri2021/Dockerfile
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-27 16:37:00 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-27 16:37:00 +0200
commit9bcc74a73393db0740c034191ed5125c0195f96e (patch)
tree797720bde28efca7cbb5278b760fb491a1c7a02d /datasets/Talluri2021/Dockerfile
parent9b4a014a948eb0dbe0a2c1c78fbd5ffe2b915f3d (diff)
fix: ordered the notes and removed the datasets dir
Diffstat (limited to 'datasets/Talluri2021/Dockerfile')
-rw-r--r--datasets/Talluri2021/Dockerfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/datasets/Talluri2021/Dockerfile b/datasets/Talluri2021/Dockerfile
deleted file mode 100644
index f13c99a..0000000
--- a/datasets/Talluri2021/Dockerfile
+++ /dev/null
@@ -1,22 +0,0 @@
-FROM python:3.8
-
-RUN apt-get update && \
- apt-get install -y libjemalloc-dev libboost-dev \
- libboost-filesystem-dev \
- libboost-system-dev \
- libboost-regex-dev \
- python-dev \
- autoconf \
- flex \
- bison \
- cmake
-
-ADD ./ $HOME/jupyter/
-
-WORKDIR $HOME/jupyter
-
-RUN pip install -r requirements.txt
-
-EXPOSE 8888
-
-ENTRYPOINT ["jupyter","lab","--no-browser","--ip=0.0.0.0","--allow-root","--NotebookApp.token=''","--NotebookApp.password=''"] \ No newline at end of file