Dockerfile building problem (#719)

* update

* cleanup

Co-authored-by: shaokunzhang529@gmail.com <svz5418@i4-l-qxw5138-01.ad.psu.edu>
This commit is contained in:
zsk
2022-09-07 13:37:00 -04:00
committed by GitHub
parent 87d9b35d63
commit ac10d5a2ef

View File

@@ -20,8 +20,8 @@ RUN sudo pip install -e .[test,notebook]
RUN pre-commit install
# For docs
RUN npm install --global yarn
RUN pip install pydoc-markdown
RUN sudo npm install --global yarn
RUN sudo pip install pydoc-markdown
RUN cd website
RUN yarn install --frozen-lockfile --ignore-engines