Skip to content

Commit

Permalink
update vcg, fix docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Oct 1, 2024
1 parent 4fac464 commit 332ef49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV LD_LIBRARY_PATH=/opt/qt/${QT_VERSION}/gcc_64/lib/
ENV QT_PLUGIN_PATH=/opt/qt/${QT_VERSION}/gcc_64/plugins/
ENV QML_IMPORT_PATH=/opt/qt/${QT_VERSION}/gcc_64/qml/
ENV QML2_IMPORT_PATH=/opt/qt/${QT_VERSION}/gcc_64/qml/
ENV LANG=C.UTF-8

RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
build-essential \
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ services:
# fuse is needed. If you don't plan to create the AppImage, you can remove the
# following lines
- /lib/modules:/lib/modules
# flag --device /dev/fuse
# flag --device /dev/fuse --device /dev/dri (last one is needed for NVIDIA GPUs)
devices:
- /dev/fuse
- /dev/dri
# flag --cap-add SYS_ADMIN
cap_add:
- SYS_ADMIN
Expand Down

0 comments on commit 332ef49

Please sign in to comment.