Last active
June 20, 2023 08:40
-
-
Save radiradev/56ff8f14be53d8fca6fd8fd4df94c64f to your computer and use it in GitHub Desktop.
Dockerfile for nd2fd repositiory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM rradev/minkowski-engine:latest | |
RUN pip install timm tensorboardx einops pytorch-lightning | |
CMD ["bash"] | |
# the minkowski-engine:latest uses the dockerfile defined here https://gist.github.com/radiradev/7af53500133773948c813d3e133e62c8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment