Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pip install --upgrade pip
WORKDIR /app

COPY ./requirements.txt /app
RUN pip install -r /app/requirements.txt
RUN pip install -r /app/requirements.gpu.txt

# Hack to get around tensorflow-io issue - https://github.com/tensorflow/io/issues/1755
RUN pip install tensorflow-io
Expand Down
17 changes: 17 additions & 0 deletions requirements.gpu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matplotlib==3.6.3
jupyterlab==3.5.3
scipy==1.10.0
scikit-learn==1.2.1
scikit-image==0.19.3
pandas==1.5.3
music21==8.1.0
black[jupyter]==23.1.0
click==8.0.4
flake8==5.0.4
kaggle==1.5.12
pydot==1.4.2
ipywidgets==8.0.4
tensorflow==2.10.1
tensorboard==2.10.1
tensorflow_probability==0.18.0
flake8-nb==0.5.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flake8==5.0.4
kaggle==1.5.12
pydot==1.4.2
ipywidgets==8.0.4
tensorflow==2.10.1
tensorflow-cpu==2.10.1
tensorboard==2.10.1
tensorflow_probability==0.18.0
flake8-nb==0.5.2