Skip to content

Commit

Permalink
Merge pull request #283 from massongit/patch-1
Browse files Browse the repository at this point in the history
pipenvアップデート
  • Loading branch information
KazuhiroM authored Jun 21, 2024
2 parents 1ba5646 + c513f5c commit 55b8cec
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 55b8cec

Please sign in to comment.