Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jan 3, 2024
1 parent 0293424 commit 7930063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TAG
FROM ghcr.io/tesseract-robotics/tesseract_qt_deploy:${TAG}
FROM ghcr.io/tesseract-robotics/tesseract_qt:${TAG}

SHELL ["/bin/bash", "-c"]

Expand Down
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download a pre-built Docker image for this bridge from the container registry:

```
docker login ghcr.io
docker pull ghcr.io/tesseract-robotics/tesseract_planning_deploy:<tag>
docker pull ghcr.io/tesseract-robotics/tesseract_planning:<tag>
```

### Build
Expand All @@ -25,4 +25,4 @@ cd docker
CURRENT_UID=$(id -u):$(id -g) docker compose up
```

> Note: by default the docker image runs as a non-root user, so the environment variable `CURRENT_UID` must be supplied as shown above
> Note: by default the docker image runs as a non-root user, so the environment variable `CURRENT_UID` must be supplied as shown above
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
NVIDIA_DRIVER_CAPABILITIES: all
ROS_LOG_DIR: /tmp
container_name: tesseract_ros2
image: ghcr.io/tesseract-robotics/tesseract_ros2_deploy:foxy-0.20
image: ghcr.io/tesseract-robotics/tesseract_ros2:foxy-0.20
stdin_open: true
tty: true
network_mode: host
Expand Down

0 comments on commit 7930063

Please sign in to comment.