Skip to content

Commit

Permalink
altair_saver
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraporn authored Dec 10, 2022
1 parent d30bea0 commit 81c6c55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN conda install python=3.10.8 -y
RUN conda install pandas=1.4.4 -y
RUN conda install scikit-learn=1.1.3 -y
RUN conda install matplotlib=3.6.2 -y
RUN conda install altair
# RUN conda install altair
RUN conda install -c conda-forge altair vega_datasets
# RUN conda install -c conda-forge altair_saver
RUN conda install requests=2.28.1
RUN conda install python-graphviz
Expand All @@ -22,7 +23,8 @@ RUN pip install vl-convert-python==0.5.0
RUN pip install dataframe-image==0.1.3
RUN pip install openpyxl==3.0.10
RUN pip install ipython
RUN pip install altair-saver==0.1.0
# RUN pip install altair-saver==0.1.0
RUN pip install altair_saver

RUN apt-get update && apt-get install make

Expand Down

0 comments on commit 81c6c55

Please sign in to comment.