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

Minimal conda environments file #38

Merged
merged 3 commits into from
Oct 22, 2021
Merged

Conversation

asogaard
Copy link
Collaborator

Should allow for easy, portable setup. To use, and install gnn_reco in this environment, do:

$ conda env create -f envs/gnn_py38.yml
$ conda activate gnn_py38
$ pip install -e .[develop]  # or similar

Such an environment is not necessary, and installation can be handled using pip alone, but using conda for pytorch, pytorch-geometric, and CUDA will likely mean fewer headaches wrt. CUDA version compatibility, pytorch{,-geometric} install order, and similar annoyances.

@asogaard asogaard self-assigned this Oct 21, 2021
@asogaard asogaard added this to Review in Initial repository setup via automation Oct 21, 2021
Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe left a comment

Choose a reason for hiding this comment

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

Cool!

@RasmusOrsoe RasmusOrsoe merged commit 5768cea into graphnet-team:main Oct 22, 2021
Initial repository setup automation moved this from Review to Done Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants