Skip to content

Commit

Permalink
Merge pull request #93 from WildMeOrg/dockerhub-nospace-error
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
TanyaStere42 authored Jul 24, 2024
2 parents 62b3b19 + fd14d9f commit 5d655d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ RUN set -ex \
&& rm -rf /var/cache/apt \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get -y update
RUN apt-get -y install git
RUN apt-get -y update && \
apt-get -y install git && \
apt-get clean
RUN pip install git+https://github.com/WildMeOrg/scoutbot.git --timeout=100

RUN pip3 uninstall -y onnxruntime
Expand Down

0 comments on commit 5d655d7

Please sign in to comment.