We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git
1 parent 6981fa5 commit 5550415Copy full SHA for 5550415
.devops/intel.Dockerfile
@@ -53,7 +53,7 @@ WORKDIR /app
53
ENV VIRTUAL_ENV=/opt/venv
54
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
55
RUN apt-get update \
56
- && apt-get install -y python3 python3-pip python3-venv \
+ && apt-get install -y git python3 python3-pip python3-venv \
57
&& python3 -m venv $VIRTUAL_ENV \
58
&& pip install --upgrade pip setuptools wheel \
59
&& pip install -r requirements.txt \
0 commit comments