Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
faff970a
Unverified
Commit
faff970a
authored
Mar 03, 2020
by
Abolfazl Shahbazi
Committed by
GitHub
Mar 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Peg virtualenv to version 16.7.10 (#4405)
Co-authored-by:
raramer01
<
rebecca.a.ramer@gmail.com
>
parent
3424d70a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile.ngraph.centos74
contrib/docker/Dockerfile.ngraph.centos74
+1
-1
Dockerfile.ngraph.centos74_gpu
contrib/docker/Dockerfile.ngraph.centos74_gpu
+1
-1
Dockerfile.ngraph.ubuntu1604_gpu
contrib/docker/Dockerfile.ngraph.ubuntu1604_gpu
+1
-1
No files found.
contrib/docker/Dockerfile.ngraph.centos74
View file @
faff970a
...
...
@@ -44,7 +44,7 @@ RUN gcc --version
RUN c++ --version
RUN easy_install pip
RUN pip install virtualenv
RUN pip install virtualenv
==16.7.10
# Install some pip packages
...
...
contrib/docker/Dockerfile.ngraph.centos74_gpu
View file @
faff970a
...
...
@@ -26,7 +26,7 @@ RUN gcc --version
RUN c++ --version
RUN easy_install pip
RUN pip install virtualenv
RUN pip install virtualenv
==16.7.10
# Install some pip packages
...
...
contrib/docker/Dockerfile.ngraph.ubuntu1604_gpu
View file @
faff970a
...
...
@@ -22,7 +22,7 @@ RUN apt-get update && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN pip install --upgrade pip
RUN pip install virtualenv pytest
RUN pip install virtualenv
==16.7.10
pytest
RUN apt-get update && \
apt-get install -y python3 python3-pip python3-dev python3-venv && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment