Skip to content

Commit

Permalink
Add python install script
Browse files Browse the repository at this point in the history
  • Loading branch information
SippieCup committed Apr 8, 2020
1 parent 2013400 commit 24ef638
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_python_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu
pip install -r requirements.txt
194 changes: 194 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
absl-py
alembic
amqp
aniso8601
astor
atomicwrites
attrs
Babel
backcall
bcrypt
bleach
cachetools
certifi
cffi
chardet
click
crcmod
cryptography
cycler
Cython
debtcollector
decorator
defusedxml
dlib
dnspython
dogpile.cache
entrypoints
eventlet
extras
fasteners
fixtures
Flask
Flask-RESTful
futurist
gast
google-auth
google-auth-oauthlib
google-pasta
greenlet
grpcio
h5py
hexdump
idna
imageio
importlib-metadata
imutils
ipykernel
ipython
ipython-genutils
ipywidgets
iso8601
itsdangerous
jedi
Jinja2
joblib
jsonschema
jupyter
jupyter-client
jupyter-console
jupyter-core
Keras
Keras-Applications
Keras-Preprocessing
keystone
keystoneauth1
keystonemiddleware
kiwisolver
kombu
libarchive
libusb1
linecache2
lxml
Mako
Markdown
MarkupSafe
matplotlib
mistune
monotonic
mpmath
msgpack
nbconvert
nbformat
netaddr
netifaces
networkx
nose
notebook
numpy
oauthlib
opt-einsum
os-service-types
oslo.cache
oslo.concurrency
oslo.config
oslo.context
oslo.db
oslo.i18n
oslo.log
oslo.messaging
oslo.middleware
oslo.policy
oslo.serialization
oslo.service
oslo.upgradecheck
oslo.utils
osprofiler
pandocfilters
parso
passlib
Paste
PasteDeploy
pbr
pexpect
pickleshare
Pillow
prettytable
progressbar2
prometheus-client
prompt-toolkit
protobuf
psutil
ptyprocess
pyasn1
pyasn1-modules
pycadf
pycapnp
pycparser
pycrypto
Pygments
pyinotify
PyJWT
pyOpenSSL
pyparsing
pyrsistent
pysaml2
python-dateutil
python-editor
python-keystoneclient
python-mimeparse
python-utils
pytz
PyWavelets
PyYAML
pyzmq
qtconsole
QtPy
raven
repoze.lru
requests
requests-oauthlib
rfc3986
Routes
rsa
scikit-image
scikit-learn
scipy
scons
scrypt
Send2Trash
setproctitle
six
smbus2
SQLAlchemy
sqlalchemy-migrate
sqlparse
statsd
stevedore
sympy
Tempita
tensorboard
tensorflow-estimator
tensorflow
termcolor
terminado
testpath
testresources
testscenarios
testtools
tornado
tqdm
traceback2
traitlets
unittest2
urllib3
vine
wcwidth
webencodings
WebOb
Werkzeug
widgetsnbextension
wrapt
yappi
zipp
zmq

0 comments on commit 24ef638

Please sign in to comment.