Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalapt1 committed Dec 8, 2024
1 parent 68f1154 commit afe9a54
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/ml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ COPY Pipfile Pipfile
COPY Pipfile.lock Pipfile.lock

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc python3-dev pipenv gfortran wget git g++ pkg-config libhdf5-dev \
&& pipenv install --system \
&& apt-get purge -y --auto-remove gcc python3-dev gfortran wget git g++ pkg-config libhdf5-dev pipenv \
&& apt-get upgrade -y \
&& apt install -y perl libsqlite3-0
&& apt-get install -y --no-install-recommends gcc python3-dev pipenv gfortran wget git g++ pkg-config libhdf5-dev
RUN pipenv install --system
RUN apt-get purge -y --auto-remove gcc python3-dev gfortran wget git g++ pkg-config libhdf5-dev pipenv
RUN apt-get upgrade -y && apt install -y perl libsqlite3-0

COPY demisto_ml-0.2.tar.gz .
RUN pip install demisto_ml-0.2.tar.gz
Expand Down

0 comments on commit afe9a54

Please sign in to comment.