Skip to content

Commit

Permalink
Final runs of 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Oct 23, 2021
1 parent 0e28eb2 commit d1f9235
Show file tree
Hide file tree
Showing 4 changed files with 13,498 additions and 2,112 deletions.
2 changes: 1 addition & 1 deletion gds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib/R/lib/:${LD_LIBRARY_PATH}
RUN fix-permissions $HOME \
&& fix-permissions $CONDA_DIR

RUN pip install -U --no-deps rpy2 rpy2-arrow pytz jinja2 'cffi>=1.10.0' tzlocal \
RUN pip install -U --no-deps rpy2 rpy2-arrow pytz pytz_deprecation_shim jinja2 'cffi>=1.10.0' tzlocal \
&& rm -rf /home/$NB_USER/.cache/pip \
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds

Expand Down
Loading

0 comments on commit d1f9235

Please sign in to comment.