diff --git a/.travis.yml b/.travis.yml index e5f8349..ba20577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,6 @@ jobs: script: - build_image_squash "${TRAVIS_JOB_NAME}" "docker_base/cuda10.2.Dockerfile" --build-arg "repository=${REPOSITORY}" - - alias_image "${TRAVIS_JOB_NAME}" "cuda" - docker rmi "${REPOSITORY}:base" - name: "base-cuda_11.0" @@ -68,7 +67,6 @@ jobs: script: - build_image_squash "${TRAVIS_JOB_NAME}" "docker_base/cuda11.0.Dockerfile" --build-arg "repository=${REPOSITORY}" - - alias_image "${TRAVIS_JOB_NAME}" "cuda" - docker rmi "${REPOSITORY}:base" diff --git a/README.md b/README.md index 5da1aee..d78599c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ sleep 10s && docker logs QPod 2>&1|grep token= ⚠️ To use `QPod` with NVIDIA GPU machines with `nvidia-docker`, be sure to: - 👉 Use **Docker >= 19.03** and the command `nvidia-smi` works well on host machine -- 👉 Add option (after `--restart=always`) in the `docker run` command to enable GPU access: `--gus all` (for older version of nvidia-container, use `--runtime nvidia`) +- 👉 Add option (after `--restart=always`) in the `docker run` command to enable GPU access: `--gpus all` (for older version of nvidia-container, use `--runtime nvidia`) - 👉 Use `IMG="qpod/qpod:full-cuda"` or other images with cuda support #### For Windows, run this in [Terminal](https://github.com/microsoft/terminal) or CMD @@ -108,7 +108,7 @@ Copy the printed hexadecimal string *after* `?token=` as the first-time login to ### Go! 🎉 -Access http://localhost:8888 (or `http://ip-address:8888`) in your browser and paste the token you just copied to start the journey. +Access `http://localhost:8888` (or `http://ip-address:8888`) in your browser and paste the token you just copied to start the journey. ## Additional Information @@ -119,7 +119,7 @@ For a list of FAQ or other information, please refer to the [wiki page](https:// ### Hardware The images are built based on `ubuntu:latest` and only tested on the `x86` platform. -Minor modifications are expected to port to `ppc64le` platform. +Minor modifications are expected to port to `arm64`, `ppc64le` platform. ### Package Management