Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed Jan 15, 2024
1 parent 3df7f77 commit 0c55e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .org/openstack/readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ There is an image you will need to pull:
or build with:

#+begin_src sh :eval no
docker build -t unidata/science-gateway -f Dockerfile.gpu .
docker build -t unidata/science-gateway-gpu -f Dockerfile.gpu .
#+end_src

Pay special attention to the ~cluster.tfvars~ to select VMs that have GPU hardware.
Expand Down
2 changes: 1 addition & 1 deletion openstack/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ docker pull unidata/science-gateway-gpu
or build with:

```sh
docker build -t unidata/science-gateway -f Dockerfile.gpu .
docker build -t unidata/science-gateway-gpu -f Dockerfile.gpu .
```

Pay special attention to the `cluster.tfvars` to select VMs that have GPU hardware.
Expand Down

0 comments on commit 0c55e84

Please sign in to comment.