Skip to content

Commit

Permalink
Merge pull request #11 from shivammehta007/updating_packages
Browse files Browse the repository at this point in the history
Updating packages
  • Loading branch information
shivammehta25 authored Jan 17, 2022
2 parents 8be1690 + 7b3e019 commit 379e63d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-devel
FROM nvcr.io/nvidia/pytorch:21.11-py3

# We need a named user for ids to map correctly in VS Code
RUN groupadd -r docker-user && useradd -r -m -s /bin/false -g docker-user docker-user
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
torch==1.9.0
pytorch-lightning==1.4.9
matplotlib==3.4.3
torch==1.11.0a0+b6df043
seaborn==0.11.2
librosa==0.8.1
nltk==3.6.5
Unidecode==1.3.2
notebook==6.4.4
matplotlib==3.4.3
pytorch-lightning==1.4.9
librosa==0.8.1
scipy==1.7.1
Unidecode==1.3.2
inflect==5.3.0
notebook==6.4.4

0 comments on commit 379e63d

Please sign in to comment.