Skip to content

Commit

Permalink
fix: ubuntu-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Co1lin committed May 24, 2024
1 parent 475cbf2 commit 27a97ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-c"]
# joblib grpcio bottle Flask-WTF \
# SpeechRecognition six paramiko maya graphene alembic;

RUN sudo apt install pkg-config
RUN sudo apt install -y pkg-config
RUN source ~/miniforge3/bin/activate; pip install tensorflow
RUN source ~/miniforge3/bin/activate; pip install numpy
RUN source ~/miniforge3/bin/activate; pip install django
Expand Down

0 comments on commit 27a97ac

Please sign in to comment.