-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[MISC] Add minimal Dockerfile #198
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yuxiang Gao <[email protected]>
Signed-off-by: Yuxiang Gao <[email protected]>
Thank you! Could you add something to readme with explanations? |
Sure, happy to. I'll ping you once I'm finished. |
Can you add a docker-compose https://github.com/ETSTribology/Genesis/blob/main/Dockerfile my version
|
Signed-off-by: Yuxiang Gao <[email protected]>
Signed-off-by: Yuxiang Gao <[email protected]>
Thanks! I have included this version of compose file to this pull request. |
Hi @zhouxian , can you take a look? I have updated both the English and Chinese version of the READMEs. Also added a |
Signed-off-by: Yuxiang Gao <[email protected]>
You could also make a action to auto deploy to dockerhub
|
@Kashu7100 any idea how we proceed with this? |
This pull request adds a minimal workable Dockerfile to run Genesis.
To run it, first build the docker:
docker build -t genesis .
Then run it using the following command:
xhost + docker run --gpus all --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix genesis python examples/tutorials/hello_genesis.py