Skip to content

Commit

Permalink
Merge pull request #1834 from dev-hato/fix-format-amesh-new-engine_2
Browse files Browse the repository at this point in the history
formatが間違ってたので直してあげたよ! #1698
  • Loading branch information
massongit authored Nov 5, 2022
2 parents 481c3eb + 83419e5 commit 7ef84bb
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 @@ -20,7 +20,7 @@ COPY Pipfile Pipfile
# * libopencv-dev: OpenCV
RUN apt-get update && \
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev curl && \
pip install pipenv==2022.10.25 --no-cache-dir && \
pip install pipenv==2022.11.4 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
Expand Down

0 comments on commit 7ef84bb

Please sign in to comment.