質問編集履歴
2
pip freezeの結果追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,4 +44,93 @@
|
|
44
44
|
# make 'work' directory
|
45
45
|
WORKDIR /
|
46
46
|
RUN mkdir /work
|
47
|
+
```
|
48
|
+
|
49
|
+
|
50
|
+
### Docker buildした後、作成したコンテナをrunし、pip freezeを実行した結果
|
51
|
+
```
|
52
|
+
absl-py @ file:///tmp/build/80754af9/absl-py_1623867230185/work
|
53
|
+
aiohttp @ file:///tmp/build/80754af9/aiohttp_1614360992924/work
|
54
|
+
asn1crypto @ file:///tmp/build/80754af9/asn1crypto_1596577642040/work
|
55
|
+
astor==0.8.1
|
56
|
+
astunparse==1.6.3
|
57
|
+
async-timeout==3.0.1
|
58
|
+
attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work
|
59
|
+
blinker==1.4
|
60
|
+
Bottleneck==1.3.2
|
61
|
+
brotlipy==0.7.0
|
62
|
+
cached-property @ file:///tmp/build/80754af9/cached-property_1600785575025/work
|
63
|
+
cachetools @ file:///tmp/build/80754af9/cachetools_1619597386817/work
|
64
|
+
certifi==2021.5.30
|
65
|
+
cffi @ file:///tmp/build/80754af9/cffi_1625807838443/work
|
66
|
+
chardet @ file:///tmp/build/80754af9/chardet_1605303185383/work
|
67
|
+
click @ file:///tmp/build/80754af9/click_1621604852318/work
|
68
|
+
conda==4.10.3
|
69
|
+
conda-package-handling @ file:///tmp/build/80754af9/conda-package-handling_1618262148928/work
|
70
|
+
coverage @ file:///tmp/build/80754af9/coverage_1614613670853/work
|
71
|
+
cryptography @ file:///tmp/build/80754af9/cryptography_1616769286105/work
|
72
|
+
cycler==0.10.0
|
73
|
+
Cython @ file:///tmp/build/80754af9/cython_1626256955500/work
|
74
|
+
flatbuffers @ file:///tmp/build/80754af9/python-flatbuffers_1614345733764/work
|
75
|
+
gast @ file:///home/conda/feedstock_root/build_artifacts/gast_1596839682936/work
|
76
|
+
google-auth @ file:///tmp/build/80754af9/google-auth_1626320605116/work
|
77
|
+
google-auth-oauthlib==0.4.1
|
78
|
+
google-pasta==0.2.0
|
79
|
+
greenlet @ file:///tmp/build/80754af9/greenlet_1620913319000/work
|
80
|
+
grpcio @ file:///tmp/build/80754af9/grpcio_1614884175859/work
|
81
|
+
h5py @ file:///tmp/build/80754af9/h5py_1622088445520/work
|
82
|
+
idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work
|
83
|
+
importlib-metadata @ file:///tmp/build/80754af9/importlib-metadata_1617874469820/work
|
84
|
+
Keras-Preprocessing @ file:///tmp/build/80754af9/keras-preprocessing_1612283640596/work
|
85
|
+
kiwisolver @ file:///tmp/build/80754af9/kiwisolver_1612282420641/work
|
86
|
+
Markdown @ file:///tmp/build/80754af9/markdown_1614363528767/work
|
87
|
+
matplotlib @ file:///tmp/build/80754af9/matplotlib-suite_1613407855456/work
|
88
|
+
mkl-fft==1.3.0
|
89
|
+
mkl-random @ file:///tmp/build/80754af9/mkl_random_1626186064646/work
|
90
|
+
mkl-service==2.4.0
|
91
|
+
multidict @ file:///tmp/build/80754af9/multidict_1607367757617/work
|
92
|
+
numexpr @ file:///tmp/build/80754af9/numexpr_1618856167419/work
|
93
|
+
numpy @ file:///tmp/build/80754af9/numpy_and_numpy_base_1626271506491/work
|
94
|
+
oauthlib @ file:///tmp/build/80754af9/oauthlib_1623060228408/work
|
95
|
+
olefile==0.46
|
96
|
+
opt-einsum @ file:///tmp/build/80754af9/opt_einsum_1621500238896/work
|
97
|
+
pandas==1.3.0
|
98
|
+
Pillow @ file:///tmp/build/80754af9/pillow_1625670623564/work
|
99
|
+
protobuf==3.14.0
|
100
|
+
pyasn1==0.4.8
|
101
|
+
pyasn1-modules==0.2.8
|
102
|
+
pycairo==1.19.1
|
103
|
+
pycosat==0.6.3
|
104
|
+
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
|
105
|
+
PyJWT @ file:///tmp/build/80754af9/pyjwt_1619651636675/work
|
106
|
+
pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1608057966937/work
|
107
|
+
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
|
108
|
+
PyQt5==5.12.3
|
109
|
+
PyQt5-sip==4.19.18
|
110
|
+
PyQtChart==5.12
|
111
|
+
PyQtWebEngine==5.12.1
|
112
|
+
PySocks @ file:///tmp/build/80754af9/pysocks_1605305779399/work
|
113
|
+
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
|
114
|
+
pytz @ file:///tmp/build/80754af9/pytz_1612215392582/work
|
115
|
+
reportlab==3.5.67
|
116
|
+
requests @ file:///tmp/build/80754af9/requests_1608241421344/work
|
117
|
+
requests-oauthlib==1.3.0
|
118
|
+
rsa @ file:///tmp/build/80754af9/rsa_1614366226499/work
|
119
|
+
ruamel-yaml-conda @ file:///tmp/build/80754af9/ruamel_yaml_1616016699510/work
|
120
|
+
scipy @ file:///tmp/build/80754af9/scipy_1618855647378/work
|
121
|
+
six @ file:///tmp/build/80754af9/six_1623709665295/work
|
122
|
+
SQLAlchemy @ file:///tmp/build/80754af9/sqlalchemy_1626325196438/work
|
123
|
+
tensorboard @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorboard_1622025863084/work/tensorboard-2.5.0-py3-none-any.whl
|
124
|
+
tensorboard-plugin-wit==1.6.0
|
125
|
+
tensorflow @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorflow-base_1622107655743/work/tensorflow_pkg/tensorflow-2.5.0-cp38-cp38-linux_x86_64.whl
|
126
|
+
tensorflow-estimator @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorflow-estimator_1622026529081/work/tensorflow_estimator-2.5.0-py2.py3-none-any.whl
|
127
|
+
termcolor==1.1.0
|
128
|
+
tornado @ file:///tmp/build/80754af9/tornado_1606942300299/work
|
129
|
+
tqdm @ file:///tmp/build/80754af9/tqdm_1625563689033/work
|
130
|
+
typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1624965014186/work
|
131
|
+
urllib3 @ file:///tmp/build/80754af9/urllib3_1625084269274/work
|
132
|
+
Werkzeug @ file:///home/ktietz/src/ci/werkzeug_1611932622770/work
|
133
|
+
wrapt==1.12.1
|
134
|
+
yarl @ file:///tmp/build/80754af9/yarl_1606939922162/work
|
135
|
+
zipp @ file:///tmp/build/80754af9/zipp_1625570634446/work
|
47
136
|
```
|
1
題名わかりやすく
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
docker build
|
1
|
+
docker build時にpip installしたモジュールをrun時に認識しない
|
body
CHANGED
File without changes
|