Install on EC2 #162
mason-apmc
started this conversation in
General
Replies: 1 comment
-
I recommend you to conduct experiments using the Docker environment, and you can refer to this Dockerfile. Lines 1 to 26 in a1b44ca |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a training run on EC2 on a g5.2xlarge on x86 Ubuntu 22.04 LTS, and am hitting an issue with numpy during the first attempt at a training run as per the docs:
When I try to walk back the dependencies to an earlier version of numpy to resolve the above deprecation, it ends up being conflicts to no end, which I assume means that there's a different system-level conflict which is at play here.
Is there a recommended EC2 instance-type, or Ubuntu version, or numpy version, or all of the above, that has worked for others to set this project up on?
Beta Was this translation helpful? Give feedback.
All reactions