We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8defea8 commit 67cc3ecCopy full SHA for 67cc3ec
Docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM opensciencegrid/tensorflow-gpu:2.3-cuda-10.1
2
WORKDIR /usr/bin
3
RUN apt-get update && \
4
- apt-get install -y software-properties-common wget curl openssh-client && \
+ apt-get install -y software-properties-common wget curl openssh-client mysql-client && \
5
add-apt-repository ppa:deadsnakes/ppa
6
RUN apt update && \
7
apt install -y \
@@ -25,5 +25,6 @@ RUN pip3 install \
25
tabulate \
26
matplotlib \
27
reportlab \
28
- joblib
+ joblib \
29
+ mysql-connector-python
30
ENV LANG C.UTF-8
0 commit comments