|
|
@ -19,7 +19,8 @@ RUN pip install --no-cache-dir \ |
|
|
|
maturin \ |
|
|
|
maturin \ |
|
|
|
sphinx \ |
|
|
|
sphinx \ |
|
|
|
sphinx-autobuild \ |
|
|
|
sphinx-autobuild \ |
|
|
|
furo |
|
|
|
furo \ |
|
|
|
|
|
|
|
stubdoc |
|
|
|
|
|
|
|
|
|
|
|
# Change owner to the devcontainer user |
|
|
|
# Change owner to the devcontainer user |
|
|
|
RUN chown -R 1000:1000 $VIRTUAL_ENV |
|
|
|
RUN chown -R 1000:1000 $VIRTUAL_ENV |
|
|
|