UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 736 Bytes
Newer Older
Matt Vasquez's avatar
Matt Vasquez committed
1
## Description
Joshua Eason's avatar
Joshua Eason committed
2

Matt Vasquez's avatar
Matt Vasquez committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
This container based off of [Jupyter Lab](https://repo1.dso.mil/dsop/opensource/jupyter/jupyterlab) and inherits all of what the JupyterLab container provides.

  
## Packages Included

The following top-level python libraries are provided in seperate virtual environments as follows:

Default:
 - poetry

JAIC-DF (Data Factory):
 - streamz
 - featuretools
 - snorkel
 - tsfresh

JAIC-MF (Model Factory):

 - apache-beam
 - azure-storage-blob
 - cryptography
 - dask
 - kafka-python
 - keras
 - matplotlib
 - notebook
 - papermill
 - PyYAML
 - sklearn
 - tensorflow_ranking
 - tensorflow_text
 - tfx
 - tf_utils 

## Quickstart

```docker run -p 8888:8888 registry1.dso.mil/ironbank/aiml/jupyter/jaic-notebook:3.0.14```