From 4d70ddca60a8ddf11427866f0f6f1be696d4e56e Mon Sep 17 00:00:00 2001 From: betolink Date: Thu, 7 Dec 2023 10:49:09 -0600 Subject: [PATCH] fix VSCode and pre-install awscliv2 --- ci/conda-linux-64.lock | 5 ++++- ci/environment.yml | 1 + ci/postBuild | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 ci/postBuild diff --git a/ci/conda-linux-64.lock b/ci/conda-linux-64.lock index 7e2e966..cea133f 100644 --- a/ci/conda-linux-64.lock +++ b/ci/conda-linux-64.lock @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 95a52fa13332108b00d85fe53ca2f4f7771e605e2336e0b5edd743270a52fa42 +# input_hash: fae7a55d555a8fe2d8241c127dbaef846f1585f60f34743c36ad79d98e82601a @EXPLICIT https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81 https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda#01ffc8d36f9eba0ce0b3c1955fa780ee @@ -61,6 +61,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar. https://conda.anaconda.org/conda-forge/linux-64/libspatialindex-1.9.3-h9c3ff4c_4.tar.bz2#d87fbe9c0ff589e802ff13872980bfd9 https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2#ede4266dc02e875fe1ea77b25dd43747 https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda#40b61aab5c7ba9ff276c41cfffe6b80b +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda#d23c76f7e6dcd6243d1b6ef5e62d17d2 https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda#30de3fd9b3b602f7473f30e684eeea8c https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda#f36c115f1ee199da648e0597ec2047ad https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 @@ -154,6 +155,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda#5 https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.37-h0054252_1.conda#f27960e8873abb5476e96ef33bdbdccd https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.3-h0ab5242_0.conda#3f9b5f4400be3cee11b426a8cd653b7c https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.33-hca2cd23_6.conda#e87530d1b12dd7f4e0f856dc07358d60 +https://conda.anaconda.org/conda-forge/linux-64/nodejs-16.20.2-h1990674_2.conda#d2d03f9273e6a735dce8e957767d2dca https://conda.anaconda.org/conda-forge/linux-64/nss-3.95-h1d7d5a4_0.conda#d3a8067adcc45a923f4b1987c91d69da https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.2-h4b38347_0.conda#6e6f990b097d3e237e18a8e321d08484 https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.1.3-h32600fe_0.conda#8287aeb8462e2d4b235eff788e75919d @@ -186,6 +188,7 @@ https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.co https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda#7f4a9e3fcff3f6356ae99244a014da6a https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda#f3ad426304898027fc619827ff428eca https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda#753d29fe41bb881e4b9c004f0abf973f +https://conda.anaconda.org/conda-forge/linux-64/code-server-4.16.1-h424e19c_0.conda#c276b7d42d2b90a490b6a89d1c77d0dc https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2#3faab06a954c2a04039983f2c4a50d99 https://conda.anaconda.org/conda-forge/noarch/crashtest-0.4.1-pyhd8ed1ab_0.tar.bz2#709a2295dd907bb34afb57d54320642f https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda#5cd86562580f274031ede6aa6aa24441 diff --git a/ci/environment.yml b/ci/environment.yml index 3800cf8..0aaef1d 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -70,6 +70,7 @@ dependencies: - awscliv2 - jupyter-server-proxy - jupyter-vscode-proxy + - code-server >=3.2 - websockify - pyopencl - ocl-icd-system diff --git a/ci/postBuild b/ci/postBuild new file mode 100644 index 0000000..f5131d6 --- /dev/null +++ b/ci/postBuild @@ -0,0 +1,3 @@ +code-server --install-extension ms-python.python +awsv2 --install +export alias aws='awsv2'