Skip to content

Dockerize environment with all of programming languages#24

Open
gotzmann wants to merge 1 commit intosamuell:masterfrom
gotzmann:master
Open

Dockerize environment with all of programming languages#24
gotzmann wants to merge 1 commit intosamuell:masterfrom
gotzmann:master

Conversation

@gotzmann
Copy link
Copy Markdown

I've created Dockefile while trying to reproduce all benchmarks within the repo. Hope it will be helpful for others :)

@samuell
Copy link
Copy Markdown
Owner

samuell commented Apr 8, 2021

Cool, thanks @gotzmann ! Having a look ...


# Rust 1.47
RUN apt-get install -yqq rustc \
&& curl https://sh.rustup.rs -sSf | RUSTUP_INIT_SKIP_PATH_CHECK=yes sh -s -- -y
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think you just need this line. You don't have to install rustc separately.

I think you'll also want rust nightly for some of the features that have been used:

rustup toolchain install nightly
rustup default nightly

But this does make it harder to pin to a specific version.

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.

3 participants