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

Julia Packages in container #1

Open
ptheywood opened this issue Nov 11, 2022 · 1 comment
Open

Julia Packages in container #1

ptheywood opened this issue Nov 11, 2022 · 1 comment

Comments

@ptheywood
Copy link
Member

Benchmarking of agents.jl is currently disabled as getting the pacakges to install within a container not based on a julia base was proving problematic, when installing from project.toml (for use with the pre-existing benchmark script)

Using JULIA_DEPOT_PATH was unsucceessful. It is currently disabled (commented out) in the dockerfile and in the run_all.sh

@Seelengrab
Copy link

Seelengrab commented Nov 11, 2022

If I read your runall.sh right, you're running julia --project=@. Agents/benchmark.jl, but there doesn't seem to be a Manifest.toml in the top level directory so it may be that you need a using Pkg; Pkg.instantiate() before the usings in your benchmark script (I'd say you should ]pin all dependencies of the benchmark and commit the Manifest.toml as well, to keep reproducibility).

Do you have the exact error you're running into available? It would be very useful for debugging.

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

No branches or pull requests

2 participants