Skip to content

Commit

Permalink
Merge pull request #2958 from dev-hato/fix-format-renovate/pandas-2.x
Browse files Browse the repository at this point in the history
formatが間違ってたので直してあげたよ! #2941
  • Loading branch information
massongit authored Jul 3, 2023
2 parents 4186303 + 93ea0c7 commit 2fd99d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y --no-install-recommends nodejs && \
pip install pipenv==2023.7.1 --no-cache-dir && \
pip install pipenv==2023.7.3 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
Expand Down

0 comments on commit 2fd99d7

Please sign in to comment.