mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: unpin python version in development docker
This commit is contained in:
@@ -50,10 +50,10 @@ if [[ "${OS_NAME}" == "Linux" ]]; then
|
||||
PYTHON_PACKAGES=
|
||||
if [[ "${LINUX_INSTALL_PYTHON}" == "1" ]]; then
|
||||
PYTHON_PACKAGES="python3-pip \
|
||||
python3.8 \
|
||||
python3.8-dev \
|
||||
python3.8-tk \
|
||||
python3.8-venv \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-tk \
|
||||
python3-venv \
|
||||
python-is-python3 \
|
||||
"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user