Skip to content

Conversation

SenorGato
Copy link

In response to Issue #263

This Dockerfile builds a working development environment for rust-gpu, and also builds the bin outputs.
Instructions on use are included in the wiki

Copy link
Contributor

@nazar-pc nazar-pc left a comment

Choose a reason for hiding this comment

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

I'm not sure how this is useful. The example is certainly not convincing, it doesn't really make a lot of sense to include all sources in a container image for most potential use cases I can imagine. And this is not something that can be pushed to a container registry like #263 mentioned either.

Comment on lines +3 to +6
RUN apt-get update && apt-get install -y \
curl ca-certificates build-essential pkg-config \
libssl-dev clang \
&& rm -rf /var/lib/apt/lists/*
Copy link
Contributor

Choose a reason for hiding this comment

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

There is nothing Vulkan-specific here though, just a typical boilerplate

@SenorGato SenorGato closed this Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants