Skip to content

Commit

Permalink
Removed rust and rebuild pipfile lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuffian committed Mar 7, 2023
1 parent 6094e56 commit f6c6a35
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 471 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ RUN set -ex && pip install pip pipenv --upgrade
RUN apt-get update \
&& apt-get install -yqq libenchant-2-dev

# Get Rust
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

COPY Pipfile Pipfile
COPY Pipfile.lock Pipfile.lock
RUN set -ex && pipenv install --system --deploy --dev
Expand Down
Loading

0 comments on commit f6c6a35

Please sign in to comment.