Skip to content

Commit

Permalink
Merge pull request #27 from viamrobotics/RSDK-4281
Browse files Browse the repository at this point in the history
RSDK-4281: Shutting down viam-server causes intel realsense module to seg-fault if the component is currently running
  • Loading branch information
hexbabe authored Feb 13, 2024
2 parents 32e0b93 + 0e738a4 commit 4bf3243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/Dockerfile.cuda.debian.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN apt install -y \
RUN pip3 install -U pip setuptools urllib3==1.26.12 requests==2.26.0 --break-system-packages

# install appimage-builder
RUN pip3 install --break-system-packages git+https://github.com/AppImageCrafters/appimage-builder.git@f38699ef3644fa5409a5a262b7b6d99d6fb85db9
RUN pip3 install --break-system-packages git+https://github.com/AppImageCrafters/appimage-builder.git@61c8ddde9ef44b85d7444bbe79d80b44a6a5576d

# install Go
RUN apt install -y golang-go
Expand Down
2 changes: 1 addition & 1 deletion etc/Dockerfile.debian.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN apt install -y \
RUN pip3 install -U pip setuptools urllib3==1.26.12 requests==2.26.0 --break-system-packages

# install appimage-builder
RUN pip3 install --break-system-packages git+https://github.com/AppImageCrafters/appimage-builder.git@f38699ef3644fa5409a5a262b7b6d99d6fb85db9
RUN pip3 install --break-system-packages git+https://github.com/AppImageCrafters/appimage-builder.git@61c8ddde9ef44b85d7444bbe79d80b44a6a5576d

# install Go
RUN apt install -y golang-go
Expand Down
1 change: 1 addition & 0 deletions packaging/appimages/viam-camera-realsense-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ AppDir:
AIX_TARGET: usr/bin/viam-camera-realsense
AppImage:
arch: aarch64
comp: gzip
update-information: zsync|http://packages.viam.com/apps/camera-servers/viam-camera-realsense-${TAG_NAME}-aarch64.AppImage.zsync

0 comments on commit 4bf3243

Please sign in to comment.