Skip to content

Commit

Permalink
Create env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Jan 30, 2024
1 parent 2400b12 commit dd5cced
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: vis149
channels:
- conda-forge
dependencies:
#- python=3.9
#- tensorflow=2.9.1=cuda112*
#- cudatoolkit=11.8.0
#- cudnn=8.1.0
- jaxlib=0.1.55
- tensorboard
- ipykernel
- matplotlib
- pip
- pip:
- gdown
- imageio-ffmpeg==0.4.3
- jax==0.1.73
- opencv-contrib-python-headless
- opencv-python
- opensimplex
- pillow
- pyspng==0.1.0
- networkx
- scipy
- ninja
- torch==1.8.0+cu111
- torchvision==0.9.0+cu111
- torchaudio==0.8.0
# - tensorflow==2.12.*
# - nvidia-cudnn-cu11==8.6.0.163

0 comments on commit dd5cced

Please sign in to comment.