Skip to content

Commit db1edc4

Browse files
committed
use python3.10
1 parent e34d84c commit db1edc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
3232
python3-pip \
3333
python3-dev \
3434
git \
35-
r-base-core=4.3.3* \
36-
r-base-dev=4.3.3* \
35+
r-base-core=4.3.3-1.2204.0 \
36+
r-base-dev=4.3.3-1.2204.0 \
3737
cmake \
3838
curl \
3939
# synapser client dependencies
@@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
5353
openjdk-11-jre \
5454
# This is for reticulate
5555
# TODO: update this
56-
python3.11-venv && \
56+
python3.10-venv && \
5757
apt-get clean && \
5858
rm -rf /var/lib/apt/lists/*
5959

0 commit comments

Comments
 (0)