Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruruthia authored Sep 27, 2024
1 parent b0bf71d commit 835731c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ RUN micromamba create -n $ENV_NAME -y && \
neptune==1.10.2 -y && \
/usr/local/bin/micromamba run -n $ENV_NAME pip3 install opencv-python==4.9.0.80 \
tensorflow-addons==0.23.0 \
cupy-cuda12x==13.3.0 && \
cupy-cuda12x==13.3.0 \
pytest && \
/usr/local/bin/micromamba run -n $ENV_NAME python -m pip install .

# Default command when the container starts (optional)
Expand Down

0 comments on commit 835731c

Please sign in to comment.