Skip to content

Instantly share code, notes, and snippets.

@radiradev
Last active June 20, 2023 08:40
Show Gist options
  • Save radiradev/56ff8f14be53d8fca6fd8fd4df94c64f to your computer and use it in GitHub Desktop.
Save radiradev/56ff8f14be53d8fca6fd8fd4df94c64f to your computer and use it in GitHub Desktop.
Dockerfile for nd2fd repositiory
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