Skip to content

Commit

Permalink
just docker
Browse files Browse the repository at this point in the history
  • Loading branch information
EtomicBomb committed Oct 20, 2024
1 parent c4c5bc2 commit 10fed6b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Empty file added .dockerignore
Empty file.
24 changes: 24 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
FROM debian:12.7

WORKDIR /benchmarks

COPY . .

RUN apt update && apt install -y --no-install-recommends \
tcpdump \
curl \
wget \
unzip \
samtools \
minimap2 \
bcftools \
python3-pip \
vim \
ffmpeg unrtf imagemagick libarchive-tools libncurses5-dev libncursesw5-dev zstd liblzma-dev libbz2-dev zip unzip nodejs tcpdump \
git

RUN pip3 install --break-system-packages \
scikit-learn \
kaggle

CMD ["bash"]

0 comments on commit 10fed6b

Please sign in to comment.