# install zeta RUN pushd /home/admin/.maxhub/env_helper_util/zeta-local-env && \ wget https://artifacts.antgroup-inc.cn/artifact/repositories/softwares-common/antcode/zeta/0.7.9/zeta-linux-amd64-0.7.9.sh -O zeta
RUN git config --global http.https://github.com.proxy http://localhost:7890 \ && git config --global https.https://github.com.proxy https://localhost:7890 \ && git clone https://github.com/soedinglab/hh-suite.git /tmp/hh-suite \ && mkdir /tmp/hh-suite/build \ && pushd /tmp/hh...
&& pushd . \ && curl -fSL https://openresty.org/download/openresty-${RESTY_VERSION}.tar.gz -o openresty-${RESTY_VERSION}.tar.gz \ && tar xzf openresty-${RESTY_VERSION}.tar.gz \ && cd openresty-${RESTY_VERSION} \ && ./configure --user=nobody --group=nobody \ --prefix=/usr/l...
pushd ${tool_dir}/source/build cmake -G "Unix Makefiles" .. make make install/local popd29 changes: 29 additions & 0 deletions 29 docker/installer-scripts/install-gcc-aarch64-none-elf.sh Original file line numberDiff line numberDiff line change @@ -0,0 +1,29 @@ # # Arm SCP/MC...
pushd 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC' ; \ cmd /c 'vcvarsall.bat amd64&set' | foreach { \ if ($_ -match '=') { \ $v = $_.split('='); \ [Environment]::SetEnvironmentVariable($v[0], $v[1], [EnvironmentVariableTarget]::Machine); \ ...
[EnvironmentVariableTarget]::Machine); \ \ Write-Host 'Complete.'; \ popd; # upgrade git RUN pushd c:\; \ $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip'; \ \ Write-Host ('Downloading git from {0} ...' -f $...
RUN pushd c:\; \ $URL = 'https://github.com/git-for-windows/git/releases/download/v2.21.0.windows.1/MinGit-2.21.0-64-bit.zip'; \ \ Write-Host ('Downloading git from {0} ...' -f $URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ...
RUN pushd android-cuttlefish; \ gpu/${OEM}/prep.sh; \ echo "### INSTALLING STUB DEPENDENCIES"; \ cat gpu/${OEM}/driver-deps/equivs.txt | while read -e NAME VER OP; do \ echo "### INSTALL STUB ${NAME} ${VER}"; \ ./equivs.sh "${NAME}" "${VER//:/%3a}" "${...
PS C:\temp> [System.IO.Directory]::GetFiles("\\.\pipe\") | Select-String docker_engine \\.\pipe\docker_engine \\.\pipe\docker_engine_linux PS C:\temp> pushd 'C:\Progr… In the window or the “Services” app when you open the properties of the servic...
RUN pushd /home/admin/.maxhub/env_helper_util/zeta-local-env && \ wget https://artifacts.antgroup-inc.cn/artifact/repositories/softwares-common/antcode/zeta/0.7.9/zeta-linux-amd64-0.7.9.sh -O zeta-release.sh && \ chmod +x zeta-release.sh && \ ...