We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb986d commit c1b1726Copy full SHA for c1b1726
Dockerfile
@@ -140,7 +140,7 @@ RUN chown -R jovyan:users /home/jovyan && \
140
chmod -R 0777 /home/jovyan && \
141
rm -rf /home/jovyan/* && \
142
# remove LC_ALL to workaround warning issue: https://github.com/r-lib/testthat/issues/1925
143
- echo "LC_ALL=" >> /etc/environment
+ echo "LC_ALL=" >> /opt/conda/lib/R/etc/Renviron
144
145
USER jovyan
146
0 commit comments