Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 authored Mar 27, 2024
1 parent a24caff commit b4749e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ FROM python:${PYTHON_TEST_VERSION}-slim as python-builder

COPY --from=cpp-builder /app/build/bindings/python/dist /dist

ARG PYTHON_TEST_VERSION_WITHOUT_DOT
RUN pip install /dist/*${PYTHON_TEST_VERSION_WITHOUT_DOT}*.whl

FROM python:${PYTHON_TEST_VERSION}-slim as python-release
Expand All @@ -54,7 +53,6 @@ RUN apt-get update -y \
&& apt-get install -y libcurl4-openssl-dev libssl-dev \
&& rm -rf /var/lib/apt/lists/*

ARG PYTHON_TEST_VERSION
COPY --from=python-builder /usr/local/lib/python${PYTHON_TEST_VERSION}/site-packages/ostk /usr/local/lib/python${PYTHON_TEST_VERSION}/site-packages/ostk

ENTRYPOINT ["ipython"]

0 comments on commit b4749e5

Please sign in to comment.