Spaces:
Runtime error
Runtime error
Commit
·
42f68aa
1
Parent(s):
1fca81a
specify pins cache location
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
|
3 |
FROM rocker/r-ver:4.3.1
|
4 |
ENV RENV_CONFIG_REPOS_OVERRIDE https://packagemanager.rstudio.com/cran/latest
|
|
|
5 |
|
6 |
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
|
7 |
libcurl4-openssl-dev \
|
|
|
2 |
|
3 |
FROM rocker/r-ver:4.3.1
|
4 |
ENV RENV_CONFIG_REPOS_OVERRIDE https://packagemanager.rstudio.com/cran/latest
|
5 |
+
ENV PINS_CACHE=/tmp/.pins
|
6 |
|
7 |
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
|
8 |
libcurl4-openssl-dev \
|