Skip to content

Commit

Permalink
adding great-expectation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinHan8 committed Oct 18, 2024
1 parent 2592bfe commit d42e94d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ FROM quay.io/jupyter/minimal-notebook:notebook-7.0.6

# install necessary packages for analysis
RUN conda install -y \
python=3.11.6 \
altair=5.1.2 \
pandas=2.1.2 \
ipykernel=6.26.0 \
scikit-learn=1.3.2 \
requests=2.31.0 \
notebook=7.0.6 \
pytest=7.4.3 \
responses=0.24.1 \
python=3.11.7 \
altair=5.4.1 \
pandas=1.5.3 \
ipykernel=6.29.5 \
scikit-learn=1.5.2 \
requests=2.32.3 \
notebook=7.0.8 \
pytest=8.3.3 \
responses=0.25.3 \
click=8.1.7 \
vl-convert-python=1.1.0 \
jupyter-book=0.15.1 \
make
vl-convert-python=1.7.0 \
jupyter-book=1.0.3 \
make
RUN pip install great-expectations=1.1.3

0 comments on commit d42e94d

Please sign in to comment.