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 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ycjungSubhuman
Copy link

@ycjungSubhuman ycjungSubhuman commented Apr 9, 2024

This dockerfile is associated with issue #2.

Usage:

cd docker/
docker build -t diff3f . # this takes some time due to the compilation of xformers
docker run -it --name diff3f --gpus all -v $PWD:/workspace -p 8888:8888 diff3f /bin/bash
cd workspace/
jupyter-lab --allow-root --ip "0.0.0.0"

The build with Dockerfile may not be reproducible in a far future. Distribution as an docker image, e.g., via docker hub, is suggested.

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.

1 participant