Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize environment with all of programming languages #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Dockerize environment with all of programming languages #24

wants to merge 1 commit into from

Conversation

gotzmann
Copy link

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

@samuell
Copy link
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
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