-
Notifications
You must be signed in to change notification settings - Fork 1
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
reproducibility #16
Comments
Building through Nix works using Docker also works; you can install deps from a base image, then rebuild the top image on code changes. This is a compromise, as Stack hates volume mounting, erroring with:
|
Tensorflow Docker actually offers good info on volume mounting:
This yields me an error however: [kiara@klink synthesis]$ docker run -u $(id -u):$(id -g) -v $PWD:/app -ti synthesis stack test
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "chdir to cwd (\"/root\") set in config.json failed: permission denied": unknown.
ERRO[0001] error waiting for container: context canceled This appears related to file permissions. I tried a Edit: my $ docker run -u $(id -u):$(id -g) -v ~/.stack:/root/.stack -v $PWD:/app -ti synthesis-mount stack test
Preventing creation of stack root '/.stack/'. Parent directory '/' is owned by someone else. |
Gen
?ATen.manual_seed_L seed
Torch.Typed.Factories
(unlikeTorch.Random
) seems to lack seed (Generator
) parameters?The text was updated successfully, but these errors were encountered: