From cd2b008f987ec0240b7c785ffca512d9c89a14b9 Mon Sep 17 00:00:00 2001 From: Mahmoud Salhab Date: Fri, 10 Jun 2022 19:03:33 +0300 Subject: [PATCH 1/5] requirements.txt updated --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b23dca72..ef59bc2a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -matplotlib==2.1.0 +matplotlib tensorflow==1.15.2 -numpy==1.13.3 +numpy==1.19.4 inflect==0.2.5 librosa==0.6.0 -scipy==1.0.0 +scipy==1.5.4 Unidecode==1.0.22 -pillow +pillow \ No newline at end of file From 5edf2e6ba51bebd4412dd037ed655dba2bf4aa78 Mon Sep 17 00:00:00 2001 From: Mahmoud Salhab Date: Fri, 10 Jun 2022 19:07:56 +0300 Subject: [PATCH 2/5] Dockerfile updated --- Dockerfile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44864b936..75fcc069f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,13 @@ -FROM pytorch/pytorch:nightly-devel-cuda10.0-cudnn7 -ENV PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH} +FROM python:3.7 RUN apt-get update -y -RUN pip install numpy scipy matplotlib librosa==0.6.0 tensorflow tensorboardX inflect==0.2.5 Unidecode==1.0.22 pillow jupyter +RUN pip install --upgrade pip -ADD apex /apex/ -WORKDIR /apex/ -RUN pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . +RUN pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 + +COPY requirements.txt . + +RUN pip install -r requirements.txt + +RUN pip install jupyter \ No newline at end of file From 1a57f08541d69408a7c16049b1aed373976371d8 Mon Sep 17 00:00:00 2001 From: Mahmoud Salhab Date: Fri, 10 Jun 2022 21:06:43 +0300 Subject: [PATCH 3/5] protobuf, and numba versions added --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index ef59bc2a7..10f58765e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,6 @@ inflect==0.2.5 librosa==0.6.0 scipy==1.5.4 Unidecode==1.0.22 +protobuf==3.20.0 +numba==0.48 pillow \ No newline at end of file From 03e7d0e6a61f6a8850d454da128267aa10ffd393 Mon Sep 17 00:00:00 2001 From: Mahmoud Salhab Date: Fri, 10 Jun 2022 21:07:49 +0300 Subject: [PATCH 4/5] apex added to Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75fcc069f..52cd2b70c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ COPY requirements.txt . RUN pip install -r requirements.txt -RUN pip install jupyter \ No newline at end of file +RUN pip install jupyter + +RUN pip install apex==0.9.10.dev0 \ No newline at end of file From c6b9660e7882ad0491fa5246a8d7a7859a92bc6e Mon Sep 17 00:00:00 2001 From: Mahmoud Salhab Date: Sun, 13 Nov 2022 10:38:15 +0300 Subject: [PATCH 5/5] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 10f58765e..96512b063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ matplotlib tensorflow==1.15.2 numpy==1.19.4 inflect==0.2.5 -librosa==0.6.0 +librosa==0.6.2 scipy==1.5.4 Unidecode==1.0.22 protobuf==3.20.0 numba==0.48 -pillow \ No newline at end of file +pillow