mirror of
https://github.com/bspeice/neuralnets-docker
synced 2024-12-04 12:48:09 -05:00
Add pyodbc
This commit is contained in:
parent
db24751034
commit
cee3abb395
@ -15,8 +15,8 @@ RUN apt-get update && \
|
|||||||
# Install the Scipy stuff we need
|
# Install the Scipy stuff we need
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3 libpython3-dev \
|
python3 libpython3-dev \
|
||||||
python-pandas python-matplotlib python-sklearn \
|
python-pandas python-matplotlib python-sklearn python-pyodbc \
|
||||||
python3-pandas python3-matplotlib python3-sklearn \
|
python3-pandas python3-matplotlib python3-sklearn python3-pyodbc \
|
||||||
texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc
|
texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc
|
||||||
|
|
||||||
# And the python-specific tools
|
# And the python-specific tools
|
||||||
|
Loading…
Reference in New Issue
Block a user