Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stonecoldhughes authored Sep 26, 2024
1 parent 0a7f63b commit aab8556
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Two types of containers exist:
2. Noninteractive run-only containers - GITR binaries are pre-compiled within a non-interactive container image. It is not possible to modify or rebuild GITR in this image.
This is for users who wish to run GITR on problems, but have no need to modify GITR.

## Pulling Pre-built containers

If possible, avoid building the container images in favor of pulling pre-built images.

1. Navigate to https://hub.docker.com/r/stonecoldhughes/gitr
2. Navigate to the "tags" page.
3. Copy the "Docker Pull" command and run in the terminal: this will pull the image locally.

## Building Containers

If it is not possible to pull container images from Dockerhub, they can be built locally with Docker.
Expand All @@ -68,14 +76,6 @@ If it is not possible to pull container images from Dockerhub, they can be built

bash containers/build_gpu_noninteractive.sh

## Pulling Pre-built containers

If possible, avoid building the container images in favor of pulling pre-built images.

1. Navigate to https://hub.docker.com/r/stonecoldhughes/gitr
2. Navigate to the "tags" page.
3. Copy the "Docker Pull" command and run in the terminal: this will pull the image locally. Run the same as above.

## Running Containers:

### Interactive GPU
Expand Down

0 comments on commit aab8556

Please sign in to comment.