Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions python_template.deps.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions rockerc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# - image: Specifies the base image to pass to rocker
# - args: Lists additional features or tools to be added to the docker image

image: ubuntu:22.04
image: ubuntu:24.04
args:
- nvidia
- jquery
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Adding 'jquery' as an argument may be unnecessary or misplaced in a Docker context.

If 'jquery' is needed, confirm its necessity at the image level; otherwise, manage it as an application dependency.

- x11
- user
- pull
Expand Down