Commit dc5d24e0 authored by jerem's avatar jerem Committed by jeremad

fix docker CI documentation

parent 80884a4d
...@@ -16,7 +16,7 @@ To avoid rebuilding an entire docker container at each build, we use base images ...@@ -16,7 +16,7 @@ To avoid rebuilding an entire docker container at each build, we use base images
* Push your changes, create PR and merge it in master * Push your changes, create PR and merge it in master
* Ask for the rights to https://hub.docker.com/r/stitchem/stitchem-base-cudax * Ask for the rights to https://hub.docker.com/r/stitchem/stitchem-base-cudax
* Build the image locally: `docker build --tag stitchem/stitchem-base-cudax:latest --file docker/base.dockerfile .` * Build the image locally: `docker build --tag stitchem/stitchem-base-cudax:latest --file docker/base_cuda_x.dockerfile .`
* Push the image: `docker push stitchem/stitchem-base-cudax:latest` * Push the image: `docker push stitchem/stitchem-base-cudax:latest`
## Modifying CI image (ci.dockerfile) ## Modifying CI image (ci.dockerfile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment