Added mysql-connector-python
This commit is contained in:
parent
5ec3df2ecf
commit
fa8a259907
|
@ -56,7 +56,7 @@ ENV PATH="$HOME/.local/bin:$PATH"
|
|||
|
||||
# Install SQLAlchemy and MySQL adapter in the pyenv environment
|
||||
RUN bash -i -c "source ~/.bashrc && pyenv activate p3.11 && pip install \
|
||||
sqlalchemy mysqlclient \
|
||||
sqlalchemy mysqlclient mysql-connector-python\
|
||||
ipython numpy scipy matplotlib \
|
||||
biopython"
|
||||
|
||||
|
|
Loading…
Reference in New Issue