Skip to content

Commit d9f8f1d

Browse files
committed
fixed tensorboard error
1 parent 0f35739 commit d9f8f1d

File tree

2 files changed

+301
-22
lines changed

2 files changed

+301
-22
lines changed

vendor/ngc-tensorflow/Dockerfile.20.08-tf1-py3

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
7474
apt-get clean && \
7575
rm -rf /var/lib/apt/lists/
7676

77-
#WORKDIR /tmp
78-
#RUN wget https://github.com/Kitware/CMake/releases/download/v3.18.1/cmake-3.18.1-Linux-x86_64.sh \
79-
# -q -O /tmp/cmake-install.sh && \
80-
# chmod u+x /tmp/cmake-install.sh && \
81-
# rm -fr /use/bin/cmake && \
82-
# mkdir -p /usr/bin/cmake && \
83-
# /tmp/cmake-install.sh --skip-license --prefix=/usr/bin/cmake && \
84-
# rm /tmp/cmake-install.sh
85-
8677
WORKDIR /tmp
8778
ENV OPENCV_VERSION="4.4.0"
8879
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
@@ -125,16 +116,10 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
125116
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
126117

127118
WORKDIR /tmp
128-
RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
129-
python3 -m pip install --no-cache-dir -U setuptools pip
130-
131119
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
132120
apt-get update -y && \
133121
apt-get install -y nodejs
134122

135-
COPY ./numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl /tmp
136-
COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
137-
138123
WORKDIR /tmp
139124
RUN git clone -q --branch=master git://github.com/xianyi/OpenBLAS.git && \
140125
cd OpenBLAS && \
@@ -146,8 +131,8 @@ RUN git clone --recursive https://github.com/bodono/scs-python.git && \
146131

147132
RUN python3 -m pip install --no-cache-dir --upgrade -Iv \
148133
Cython==0.29.20 \
149-
/tmp/numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl \
150-
/tmp/pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl \
134+
numpy==1.19.5 \
135+
pandas==1.0.4 \
151136
tornado==6.0.4 \
152137
pystan==2.19.1.1 \
153138
pycairo==1.19.0 \
@@ -163,15 +148,15 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r requirements.20.08.txt &&
163148

164149
# install git-lfs
165150
WORKDIR /tmp
166-
RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.11.0/git-lfs-linux-amd64-v2.11.0.tar.gz && \
167-
tar -zxf git-lfs-linux-amd64-v2.11.0.tar.gz && \
151+
RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-linux-amd64-v2.11.0.tar.gz && \
152+
tar -zxf git-lfs-linux-amd64-v2.12.1.tar.gz && \
168153
bash install.sh && \
169154
rm -rf /tmp/*
170155

171156
COPY ./service-defs /etc/backend.ai/service-defs
172-
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.4.1/code-server-3.4.1-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
173-
mv /usr/local/lib/code-server-3.4.1-linux-amd64 /usr/local/lib/code-server-3.4.1 && \
174-
ln -s /usr/local/lib/code-server-3.4.1/bin/code-server /usr/local/bin/code-server
157+
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.7.3/code-server-3.4.1-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
158+
mv /usr/local/lib/code-server-3.7.3-linux-amd64 /usr/local/lib/code-server-3.7.3 && \
159+
ln -s /usr/local/lib/code-server-3.7.3/bin/code-server /usr/local/bin/code-server
175160

176161

177162
RUN jupyter nbextensions_configurator enable && \
Lines changed: 294 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,294 @@
1+
absl-py==0.8.0
2+
aiohttp==3.6.2
3+
aiozmq==0.9.0
4+
adanet==0.8.0
5+
appdirs==1.4.3
6+
astor==0.8.1
7+
astroid==2.3.3
8+
async-timeout==3.0.1
9+
atlas==0.27.0
10+
atomicwrites==1.3.0
11+
atlas==0.27.0
12+
attrs==19.3.0
13+
audioread==2.1.8
14+
autopep8==1.5
15+
avro-python3==1.9.1
16+
backcall==0.1.0
17+
bayesian-optimization==1.1.0
18+
beautifulsoup4==4.6.0
19+
black==19.10b0
20+
bleach==3.1.1
21+
bokeh==1.4.0
22+
boto==2.49.0
23+
boto3==1.9.209
24+
botocore==1.12.209
25+
branca==0.4.0
26+
cachetools==4.0.0
27+
catboost==0.22
28+
category-encoders==2.0.0
29+
certifi==2019.11.28
30+
cffi==1.14.0
31+
chardet==3.0.4
32+
Click==7.0
33+
click-plugins==1.1.1
34+
cligj==0.5.0
35+
cloudpickle==1.2.0
36+
colorama==0.4.3
37+
colour==0.1.5
38+
contextlib2==0.5.5
39+
convertdate==2.1.3
40+
coverage==5.0.3
41+
cryptography==3.0
42+
cvxpy==1.0.24
43+
cycler==0.10.0
44+
Cython==0.29.13
45+
dask==2.9.0
46+
dataclasses==0.6
47+
deap==1.3.1
48+
decorator==4.4.2
49+
defusedxml==0.6.0
50+
descartes==1.1.0
51+
dill==0.3.1.1
52+
distributed==2.11.0
53+
docutils==0.15.2
54+
dtreeviz==0.8.1
55+
EasyProcess==0.3
56+
ecos==2.0.7.post1
57+
elegy==0.1.5
58+
entrypoints==0.3
59+
ephem==3.7.6.0
60+
fastrlock==0.4
61+
fbprophet==0.5
62+
featuretools==0.9.1
63+
Fiona==1.8.6
64+
flake8==3.7.9
65+
folium==0.10.0
66+
funcy==1.13
67+
future==0.18.2
68+
gast==0.2.2
69+
gensim==3.8.0
70+
geopandas==0.5.1
71+
geoplotlib==0.3.2
72+
google-auth==1.18.0
73+
google-auth-oauthlib==0.4.1
74+
google-images-download==2.8.0
75+
google-pasta==0.1.8
76+
graphviz==0.14
77+
grpcio==1.29.0
78+
gym==0.17.2
79+
h5py==2.10.0
80+
hdf5storage==0.1.15
81+
HeapDict==1.0.1
82+
holidays==0.9.10
83+
hyperopt==0.1.2
84+
idna==2.9
85+
imageio==2.8.0
86+
imbalanced-learn==0.5.0
87+
importlib-metadata==1.5.0
88+
ipykernel==5.1.4
89+
ipyparallel==6.2.4
90+
ipython==7.13.0
91+
ipython-genutils==0.2.0
92+
ipywidgets==7.5.1
93+
isort==4.3.21
94+
jedi==0.17.0
95+
Jinja2==2.11.1
96+
jmespath==0.9.4
97+
joblib==0.14.1
98+
JPype1==0.7.2
99+
json-tricks==3.14.0
100+
json5==0.9.2
101+
jsonschema==3.2.0
102+
jupyter==1.0.0
103+
jupyter-client==6.0.0
104+
jupyter-console==6.1.0
105+
jupyter-contrib-core==0.3.3
106+
jupyter-contrib-nbextensions==0.5.1
107+
jupyter-core==4.6.3
108+
jupyter-highlight-selected-word==0.2.0
109+
jupyter-js-widgets-nbextension==0.0.2.dev0
110+
jupyter-lsp==0.8.0
111+
jupyter-latex-envs==1.4.6
112+
jupyter-nbextensions-configurator==0.4.1
113+
jupyter-server-proxy==1.2.0
114+
jupyterlab==2.1.4
115+
jupyterlabutils==0.9.0
116+
jupyterlab-git==0.20.0
117+
jupyterlab-github==2.0.0
118+
jupyterlab-zip==1.0.1
119+
jupyterlab-server==1.1.5
120+
jupyterlab_hdf==0.3.0
121+
jupyterthemes==0.20.0
122+
Keras==2.3.1
123+
Keras-Applications==1.0.8
124+
Keras-Preprocessing==1.1.0
125+
kss==1.3.1
126+
kiwisolver==1.1.0
127+
konlpy==0.5.2
128+
lazy-object-proxy==1.4.3
129+
lesscpy==0.14.0
130+
librosa==0.6.3
131+
lightgbm==2.3.1
132+
lime==0.1.1.37
133+
llvmlite==0.31.0
134+
lunardate==0.2.0
135+
lxml==4.5.0
136+
Mako==1.0.7
137+
Markdown==3.2.1
138+
MarkupSafe==1.1.1
139+
mccabe==0.6.1
140+
mistune==0.8.4
141+
mlxtend==0.17.2
142+
mmdnn==0.3.1
143+
mne==0.20.5
144+
more-itertools==7.2.0
145+
mock==3.0.5
146+
msgpack==0.6.1
147+
msgpack-python==0.5.6
148+
multidict==4.7.5
149+
multiprocess==0.70.9
150+
munch==2.5.0
151+
namedlist==1.7
152+
nbconvert==5.6.1
153+
nbformat==5.0.4
154+
networkx==2.4
155+
ngraph-core==0.26.0
156+
ngraph-onnx==0.24.0
157+
ngraph-tensorflow-bridge==0.18.0
158+
nltk==3.2.5
159+
numba==0.48.0
160+
numexpr==2.7.0
161+
oauthlib==3.1.0
162+
oauth2client==3.0.0
163+
onnx==1.6.0
164+
onnx-plaidml==0.6.3
165+
opt-einsum==3.2.0
166+
osqp==0.5.0
167+
packaging==20.3
168+
pandocfilters==1.4.2
169+
parso==0.7.0
170+
pathspec==0.7.0
171+
patsy==0.5.1
172+
pexpect==4.8.0
173+
pickleshare==0.7.5
174+
Pillow==6.2.2
175+
plaidml==0.7.0
176+
plaidml-keras==0.7.0
177+
plotly==4.5.3
178+
pluggy==0.12.0
179+
ply==3.11
180+
portpicker==1.3.1
181+
progressbar==2.5
182+
prometheus-client==0.7.1
183+
prompt-toolkit==3.0.3
184+
protobuf==3.12.2
185+
psutil==5.7.0
186+
ptyprocess==0.6.0
187+
py==1.8.0
188+
pyaml==19.12.0
189+
pyasn1==0.4.8
190+
pyasn1-modules==0.2.8
191+
pyarrow==0.15.1
192+
pycocotools==2.0.0
193+
pycodestyle==2.5.0
194+
pycparser==2.19
195+
pydocstyle==5.0.2
196+
pydot==1.4.1
197+
pydotplus==2.0.2
198+
pyflakes==2.1.1
199+
pygal==2.4.0
200+
pygame==1.9.6
201+
pyglet==1.5.0
202+
Pygments==2.5.2
203+
pyLDAvis==2.1.2
204+
pylint==2.4.4
205+
pyls-black==0.4.4
206+
pymongo==3.10.1
207+
pynvml==8.0.4
208+
pyparsing==2.4.6
209+
pyproj==2.5.0
210+
pyqt5==5.15.0
211+
pyrsistent==0.15.7
212+
pyshp==2.1.0
213+
PySocks==1.7.1
214+
pytest==5.1.0
215+
python-dateutil==2.8.1
216+
python-jsonrpc-server==0.3.4
217+
python-language-server==0.33.1
218+
python-speech-features==0.6
219+
PythonWebHDFS==0.2.3
220+
pytz==2019.3
221+
pyvista==0.24.3
222+
PyVirtualDisplay==1.3.2
223+
PyWavelets==1.1.1
224+
PyYAML==5.3
225+
pyzmq==19.0.0
226+
qtconsole==4.7.1
227+
QtPy==1.9.0
228+
regex==2020.2.20
229+
requests==2.23.0
230+
requests-oauthlib==1.3.0
231+
resampy==0.2.1
232+
retrying==1.3.3
233+
rope==0.16.0
234+
rsa==4.0
235+
ruamel.yaml==0.16.10
236+
ruamel.yaml.clib==0.2.0
237+
s3transfer==0.2.1
238+
sacred==0.8.1
239+
sacrebleu==1.3.6
240+
schema==0.7.1
241+
scikit-image==0.16.2
242+
scikit-learn==0.23.1
243+
scikit-plot==0.3.7
244+
scikit-optimize==0.7.4
245+
scikit-surprise==1.1.0
246+
seaborn==0.10.0
247+
selenium==3.141.0
248+
Send2Trash==1.5.0
249+
sentencepiece==0.1.82
250+
setuptools-git==1.2
251+
Shapely==1.7.0
252+
simpervisor==0.3
253+
simpleaudio==1.0.4
254+
simplejson==3.17.0
255+
six==1.14.0
256+
smart-open==1.9.0
257+
snowballstemmer==2.0.0
258+
sortedcontainers==2.1.0
259+
soynlp==0.0.493
260+
statsmodels==0.11.1
261+
stopit==1.1.2
262+
tabulate==0.8.6
263+
tblib==1.6.0
264+
termcolor==1.1.0
265+
terminado==0.8.3
266+
test-generator==0.1.1
267+
testpath==0.4.4
268+
tf2onnx==1.5.5
269+
toml==0.10.0
270+
toolz==0.10.0
271+
TPOT==0.11.1
272+
tqdm==4.43.0
273+
traitlets==4.3.3
274+
trax==1.3.3
275+
tweepy==3.8.0
276+
typed-ast==1.4.1
277+
typing==3.7.4.1
278+
typing-extensions==3.7.4.1
279+
ujson==1.35
280+
update-checker==0.16
281+
urllib3==1.25.8
282+
uvloop==0.14.0
283+
vecstack==0.4.0
284+
versioneer==0.18
285+
vtk
286+
wcwidth==0.1.8
287+
webencodings==0.5.1
288+
Werkzeug==1.0.0
289+
widgetsnbextension==3.5.1
290+
wrapt==1.11.2
291+
yapf==0.29.0
292+
yarl==1.4.2
293+
zict==1.0.0
294+
zipp==3.1.0

0 commit comments

Comments
 (0)