Skip to content

Commit

Permalink
Build files for Windows added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawith committed Sep 30, 2025
1 parent 07aebcf commit 15f9af7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM nvcr.io/nvidia/jax:24.10-py3

WORKDIR /app/workdir
COPY requirements.txt .

RUN apt-get update && apt-get install -y vim openjdk-17-jdk

RUN python -m pip install --upgrade pip && pip install -r requirements.txt

ENTRYPOINT ["/bin/bash"]
15 changes: 15 additions & 0 deletions build/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
colorcet==3.1.0
ffmpeg==1.4
h5py==3.10.0
keras==3.6.0
matplotlib==3.7.1
numpy==1.26.4
opencv-python-headless==4.7.0.72
pandas==2.0.2
Pillow==9.5.0
psutil==5.9.8
pyspark==3.5.3
scikit-learn
scipy==1.14.1
seaborn==0.12.2
tensorflow
1 change: 1 addition & 0 deletions build/winbuild.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker build -t geonosis .

0 comments on commit 15f9af7

Please sign in to comment.