Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
Dockerfile | 1 year ago | |
README.md | 1 year ago |
We provide a Dockerfile to build an image.
# build an image with PyTorch 1.6, CUDA 10.1
docker build -t mmediting docker/
Run it with
docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmediting/data mmediting
Note:
Versions defined in this Dockerfile is not up-to-date.
If you use this Dockerfile in your project, you probably want to make some updates.
Feel free to submit an issue or PR for the update.
No Description
Python Markdown other