We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34d84c commit db1edc4Copy full SHA for db1edc4
Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
32
python3-pip \
33
python3-dev \
34
git \
35
- r-base-core=4.3.3* \
36
- r-base-dev=4.3.3* \
+ r-base-core=4.3.3-1.2204.0 \
+ r-base-dev=4.3.3-1.2204.0 \
37
cmake \
38
curl \
39
# synapser client dependencies
@@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
53
openjdk-11-jre \
54
# This is for reticulate
55
# TODO: update this
56
- python3.11-venv && \
+ python3.10-venv && \
57
apt-get clean && \
58
rm -rf /var/lib/apt/lists/*
59
0 commit comments