mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 15:59:35 +00:00
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:
parent
87d9b35d63
commit
ac10d5a2ef
@ -20,8 +20,8 @@ RUN sudo pip install -e .[test,notebook]
|
|||||||
RUN pre-commit install
|
RUN pre-commit install
|
||||||
|
|
||||||
# For docs
|
# For docs
|
||||||
RUN npm install --global yarn
|
RUN sudo npm install --global yarn
|
||||||
RUN pip install pydoc-markdown
|
RUN sudo pip install pydoc-markdown
|
||||||
RUN cd website
|
RUN cd website
|
||||||
RUN yarn install --frozen-lockfile --ignore-engines
|
RUN yarn install --frozen-lockfile --ignore-engines
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user