Skip to content

Commit

Permalink
Dockerfile: remove unused Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Aug 22, 2023
1 parent f8f2f1e commit e9340c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ WORKDIR /home/$USER
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2023-03-01 --target wasm32-unknown-unknown
ENV PATH=/home/$USER/.cargo/bin:$PATH

ARG PYK_VERSION
RUN python3 -m pip install --upgrade pip
RUN pip3 install --user --upgrade \
cytoolz \
numpy \
pycryptodomex \
git+https://github.com/runtimeverification/pyk.git@${PYK_VERSION}

RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr python3 - --version 1.3.2

RUN git clone 'https://github.com/WebAssembly/wabt' --branch 1.0.13 --recurse-submodules wabt \
&& cd wabt \
Expand Down

0 comments on commit e9340c4

Please sign in to comment.