Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile #43

Closed
wants to merge 1 commit into from
Closed

Conversation

evroon
Copy link

@evroon evroon commented Jan 8, 2021

A Dockerfile can be very useful as the dependencies are not that easy to install. It took me a few hours to figure out how to get it to work, so hopefully this could save others some time, even though the Dockerfile is quite simple in the end.

It can be build and run by using for example:

docker build -t liteflownet/pytorch:latest docker
docker run --gpus all -it liteflownet/pytorch:latest /bin/bash

@sniklaus
Copy link
Owner

Thank you for this contribution! I added a reference to this pull request in the readme such that anyone interested can find it. 👍

@sniklaus sniklaus closed this Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants