Skip to content

Commit 67cc3ec

Browse files
committed
updated dockerfile
1 parent 8defea8 commit 67cc3ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Docker/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM opensciencegrid/tensorflow-gpu:2.3-cuda-10.1
22
WORKDIR /usr/bin
33
RUN apt-get update && \
4-
apt-get install -y software-properties-common wget curl openssh-client && \
4+
apt-get install -y software-properties-common wget curl openssh-client mysql-client && \
55
add-apt-repository ppa:deadsnakes/ppa
66
RUN apt update && \
77
apt install -y \
@@ -25,5 +25,6 @@ RUN pip3 install \
2525
tabulate \
2626
matplotlib \
2727
reportlab \
28-
joblib
28+
joblib \
29+
mysql-connector-python
2930
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)