Skip to content

Commit 9a60d05

Browse files
committed
NGC Pytorch 20.11
1 parent 95ff158 commit 9a60d05

File tree

3 files changed

+26
-34
lines changed

3 files changed

+26
-34
lines changed

vendor/ngc-pytorch/Dockerfile.20.11-py3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ RUN git clone --recursive https://github.com/bodono/scs-python.git && \
131131
cd /tmp/scs-python && \
132132
python setup.py install --scs --gpu
133133

134-
COPY ./numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl /tmp
135-
COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
134+
#COPY ./numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl /tmp
135+
#COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
136136
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir \
137137
Cython==0.29.21 \
138138
tornado==6.0.4 \
@@ -149,8 +149,8 @@ RUN cd /tmp && \
149149
git checkout -b v${SCIPY_VERSION} && \
150150
cp site.cfg.example site.cfg && \
151151
python3 -m pip install -U --no-cache-dir \
152-
/tmp/numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl \
153-
/tmp/pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl \
152+
# /tmp/numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl \
153+
# /tmp/pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl \
154154
scikit-learn \
155155
hypothesis \
156156
&& \

vendor/ngc-pytorch/policy.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/ngc-pytorch/requirements.txt

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ absl-py==0.8.0
22
aiohttp==3.6.2
33
aiozmq==0.9.0
44
adanet==0.9.0
5-
#apache-beam==2.24.0
5+
apache-beam==2.24.0
6+
apache-beam[gcp]==2.24.0
67
appdirs==1.4.3
78
astor==0.8.1
89
astroid==2.3.3
@@ -48,17 +49,23 @@ dask==2.9.0
4849
#dataclasses==0.8
4950
deap==1.3.1
5051
decorator==4.4.2
52+
deepmerge==0.1.0
5153
defusedxml==0.6.0
5254
descartes==1.1.0
5355
dill==0.3.1.1
5456
distributed==2.11.0
57+
docopt==0.6.0
58+
dopamine_rl==3.0.1
5559
docutils==0.15.2
5660
dtreeviz==0.8.1
5761
EasyProcess==0.3
5862
ecos==2.0.7.post1
5963
elegy==0.1.5
6064
entrypoints==0.3
6165
ephem==3.7.6.0
66+
enum34==1.1.8
67+
fasteners==0.15
68+
fastavro==0.21.4
6269
fastrlock==0.4
6370
fbprophet==0.5
6471
featuretools==0.9.1
@@ -72,7 +79,12 @@ gast==0.2.2
7279
gensim==3.8.0
7380
geopandas==0.5.1
7481
geoplotlib==0.3.2
75-
google-auth==1.18.0
82+
gin_config==0.3.0
83+
google_api_core==1.23.0
84+
google-api-core[grpc]==1.23.0
85+
google_api_python_client==1.12.8
86+
google-auth==1.21.1
87+
google_auth_httplib2==0.0.3
7688
google-auth-oauthlib==0.4.1
7789
google-images-download==2.8.0
7890
google-pasta==0.1.8
@@ -88,6 +100,7 @@ idna==2.9
88100
imageio==2.8.0
89101
imbalanced-learn==0.5.0
90102
importlib-metadata==1.5.0
103+
importlib_resources==4.1.1
91104
ipykernel==5.1.4
92105
ipyparallel==6.2.4
93106
ipython==7.13.0
@@ -169,6 +182,7 @@ onnx==1.2.2
169182
opt-einsum==3.2.0
170183
osqp==0.5.0
171184
packaging==20.3
185+
pandas==1.1.5
172186
pandasgui==0.2.7
173187
pandocfilters==1.4.2
174188
parso==0.7.0
@@ -185,6 +199,7 @@ pluggy==0.12.0
185199
ply==3.11
186200
portpicker==1.3.1
187201
progressbar==2.5
202+
promise==2.3
188203
prometheus-client==0.7.1
189204
prompt-toolkit==3.0.3
190205
protobuf==3.12.2
@@ -215,26 +230,30 @@ pynvml==8.0.4
215230
pyparsing==2.4.6
216231
pyproj==2.5.0
217232
pyqt5==5.15.0
233+
PyQt5-sip==12.8.1
218234
pyrsistent==0.15.7
219235
pyshp==2.1.0
220236
PySocks==1.7.1
237+
pystan==2.19.1.1
221238
pytest==5.4.3
222239
python-dateutil==2.8.1
223240
python-jsonrpc-server==0.3.4
224241
python-language-server==0.33.1
225242
python-speech-features==0.6
226243
PythonWebHDFS==0.2.3
227244
pytz==2019.3
245+
pyvo==1.0
228246
pyvista==0.24.3
229247
PyVirtualDisplay==1.3.2
230248
PyWavelets==1.1.1
231249
PyYAML==5.3.1
232250
pyzmq==19.0.0
251+
py-cpuinfo==5.0.0
233252
qtconsole==4.7.1
234253
qgrid==1.3.1
235254
QtPy==1.9.0
236255
regex==2020.2.20
237-
requests==2.23.0
256+
requests==2.24.0
238257
requests-oauthlib==1.3.0
239258
resampy==0.2.1
240259
retrying==1.3.3

0 commit comments

Comments
 (0)