Skip to content

Commit

Permalink
Create environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Aug 8, 2024
1 parent b24c0d3 commit a9570ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: diptorch
channels:
- conda-forge
- pytorch
- nvidia
dependencies:
- pip
- pytorch
6 changes: 4 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ status = 3
user = eigenvivek

### Optional ###
requirements = torch
dev_requirements = black
requirements =
pip_requirements = torch
conda_requirements = pytorch
dev_requirements = nbdev black flake8 ipykernel ipywidgets jupyterlab jupyterlab_execute_time jupyterlab-code-formatter isort
# console_scripts =

0 comments on commit a9570ef

Please sign in to comment.