mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
corrected 3rd party bins
This commit is contained in:
parent
a9d3acb99d
commit
2dccb8e770
2 changed files with 4 additions and 11 deletions
|
|
@ -47,10 +47,9 @@ RUN curl https://pyenv.run | bash
|
|||
ENV PYTHON_CONFIGURE_OPTS --enable-shared
|
||||
|
||||
RUN echo 'export PATH="$HOME/.pyenv/bin:$PATH"'>> $HOME/.bashrc \
|
||||
&& echo "alias pyhon3='python'" >> $HOME/.bashrc \
|
||||
&& echo 'eval "$(pyenv init -)"' >> $HOME/.bashrc \
|
||||
&& echo 'eval "$(pyenv virtualenv-init -)"' >> $HOME/.bashrc \
|
||||
&& echo -e "eval \"$(pyenv init --path)\"\n$(cat $HOME/.profile)" > $HOME/.profile
|
||||
&& echo 'eval "$(pyenv init --path)"' >> $HOME/.bashrc
|
||||
RUN source $HOME/.bashrc && pyenv install ${OPENPYPE_PYTHON_VERSION}
|
||||
|
||||
COPY . /opt/openpype/
|
||||
|
|
@ -67,18 +66,12 @@ RUN cd /opt/openpype \
|
|||
&& pyenv local ${OPENPYPE_PYTHON_VERSION}
|
||||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& ./tools/create_env.sh
|
||||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& ./tools/fetch_thirdparty_libs.sh
|
||||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& bash ./tools/build.sh
|
||||
|
||||
RUN cd /opt/openpype \
|
||||
|
|
|
|||
|
|
@ -97,9 +97,9 @@ url = "https://distribute.openpype.io/thirdparty/oiio_tools-2.2.0-windows.zip"
|
|||
hash = "fd2e00278e01e85dcee7b4a6969d1a16f13016ec16700fb0366dbb1b1f3c37ad"
|
||||
|
||||
[openpype.thirdparty.oiio.linux]
|
||||
url = "https://distribute.openpype.io/thirdparty/oiio-2.2.0-linux.tgz"
|
||||
hash = "sha256:..."
|
||||
url = "https://distribute.openpype.io/thirdparty/oiio_tools-2.2.12-linux.tgz"
|
||||
hash = "53dea3e5b1acbe899268de39dd43685acd702f0f187ff37f65aa6349d22676a3"
|
||||
|
||||
[openpype.thirdparty.oiio.darwin]
|
||||
url = "https://distribute.openpype.io/thirdparty/oiio-2.2.0-darwin.tgz"
|
||||
hash = "sha256:..."
|
||||
hash = "sha256:..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue