Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN micromamba create -y -n ${ENV_NAME} -c rapidsai -c conda-forge -c nvidia \
cuda-version=12.8 \
cudnn=9 \
pip=25.0 \
biopython \
&& micromamba clean --all --yes

RUN micromamba run -n ${ENV_NAME} pip install \
Expand All @@ -44,4 +45,4 @@ RUN micromamba run -n ${ENV_NAME} pip install \
skorch==1.1.0

ENTRYPOINT ["micromamba", "run", "-n", "ml"]
CMD ["python"]
CMD ["python"]
Loading