Skip to content

Commit

Permalink
Modify virtual env configuration to run NBT
Browse files Browse the repository at this point in the history
  • Loading branch information
giangnguyen2412 committed Apr 22, 2019
1 parent f0c33c7 commit 8a40461
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
name: neuralbabytalk
channels:
- PyTorch
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2019.1.23=0
- certifi=2018.8.24=py35_1
- cffi=1.11.5=py35he75722e_1
- cudatoolkit=10.0.130=0
- cloudpickle=0.8.1=py_0
- cudatoolkit=9.0=h13b8566_0
- cudnn=7.3.1=cuda9.0_0
- cython=0.28.5=py35hf484d3e_0
- dask-core=1.2.0=py_0
- dbus=1.13.6=h746ee38_0
- decorator=4.4.0=py_0
- expat=2.2.6=he6710b0_0
- fontconfig=2.13.0=h9420a91_0
- freetype=2.9.1=h8a8886c_1
- glib=2.56.2=hd408876_0
- gst-plugins-base=1.14.0=hbbd80ab_1
- gstreamer=1.14.0=hb453b48_1
- h5py=2.8.0=py35h989c5e5_3
- hdf5=1.10.2=hba1933b_1
- icu=58.2=h9c2bf20_1
- imageio=2.4.1=py35_0
- intel-openmp=2019.3=199
- jpeg=9b=h024ee3a_2
- libedit=3.1.20181209=hc058e9b_0
Expand All @@ -19,26 +32,42 @@ dependencies:
- libpng=1.6.36=hbc83047_0
- libstdcxx-ng=8.2.0=hdf63c60_1
- libtiff=4.0.10=h2733197_2
- libuuid=1.0.3=h1bed415_2
- libxcb=1.13=h1bed415_1
- libxml2=2.9.9=he19cac6_0
- mkl=2018.0.3=1
- mkl_fft=1.0.6=py35h7dd41cf_0
- mkl_random=1.0.1=py35h4414c95_1
- nccl=1.3.5=cuda9.0_0
- ncurses=6.1=he6710b0_1
- networkx=2.3=py_0
- ninja=1.8.2=py35h6bb024c_1
- numpy=1.15.2=py35h1d66e8a_0
- numpy-base=1.15.2=py35h81de0dd_0
- olefile=0.46=py35_0
- openssl=1.0.2r=h7b6447c_0
- pcre=8.43=he6710b0_0
- pillow=5.2.0=py35heded4f4_0
- pip=10.0.1=py35_0
- pycparser=2.19=py35_0
- pyparsing=2.4.0=py_0
- pyqt=5.9.2=py35h05f1152_2
- python=3.5.6=hc3d631a_0
- pytorch=1.0.1=py3.5_cuda10.0.130_cudnn7.4.2_2
- pytorch=0.4.1=py35ha74772b_0
- pytz=2019.1=py_0
- pywavelets=1.0.0=py35hdd07704_0
- qt=5.9.6=h8703b6f_2
- readline=7.0=h7b6447c_5
- scikit-image=0.14.0=py35hf484d3e_1
- scipy=1.1.0=py35hfa4b5c9_1
- setuptools=40.2.0=py35_0
- sip=4.19.8=py35hf484d3e_0
- six=1.11.0=py35_1
- sqlite=3.27.2=h7b6447c_0
- tk=8.6.8=hbc83047_0
- toolz=0.9.0=py35_0
- torchvision=0.2.1=py35_0
- tornado=5.1.1=py35h7b6447c_0
- wheel=0.31.1=py35_0
- xz=5.2.4=h14c3975_4
- zlib=1.2.11=h7b6447c_3
Expand All @@ -47,8 +76,10 @@ dependencies:
- cycler==0.10.0
- kiwisolver==1.0.1
- matplotlib==3.0.3
- nltk==3.4.1
- pycocotools==2.0.0
- pyparsing==2.4.0
- python-dateutil==2.8.0
prefix: /home/dexter/miniconda3/envs/advanced_ml
- torchtext==0.4.0
- tqdm==4.31.1
prefix: /home/dexter/miniconda3/envs/neuralbabytalk

0 comments on commit 8a40461

Please sign in to comment.