Remove pickle from the python packages list.

This commit is contained in:
Andrea Dell'Amico 2024-04-16 18:32:00 +02:00
parent cc8755fb10
commit 80cce0fc4c
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ RUN for f in `cat //rocker_scripts/wb3-install2r-packages.txt` ; do install2.r -
RUN pip3 install \
numpy \
mbtr \
pandas \
pickle
pandas
# Rstudio settings
COPY rsession.conf /etc/rstudio/rsession.conf