Skip to content

Commit

Permalink
updating docker base container
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Jan 4, 2024
1 parent 74c766a commit 868fa08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions formats/image-dimension-stacking-plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM polusai/bfio:2.3.2
FROM polusai/bfio:2.3.3

# environment variables defined in polusai/bfio
ENV EXEC_DIR="/opt/executables"
Expand All @@ -12,7 +12,6 @@ WORKDIR ${EXEC_DIR}
COPY pyproject.toml ${EXEC_DIR}
COPY VERSION ${EXEC_DIR}
COPY README.md ${EXEC_DIR}
COPY CHANGELOG.md ${EXEC_DIR}
COPY src ${EXEC_DIR}/src

RUN pip3 install ${EXEC_DIR} --no-cache-dir
Expand Down

0 comments on commit 868fa08

Please sign in to comment.