Skip to content

Commit

Permalink
pipenvアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Jun 19, 2024
1 parent 1ba5646 commit c513f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY Pipfile .
COPY Pipfile.lock .
COPY install.R .

RUN pip install --no-cache-dir pipenv==2021.5.29 \
RUN pip install --no-cache-dir pipenv==2024.0.1 \
&& pipenv install --system \
&& Rscript install.R \
&& rm -rf Pipfile* install.R .cache/R/pkgcache/sysreqs/docker/*/Dockerfile /tmp/* /var/tmp/* .npm/
Expand Down

0 comments on commit c513f5c

Please sign in to comment.