Skip to content

Commit

Permalink
gcloud-sdk moved into env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Nov 25, 2024
1 parent e11c4a6 commit 6195bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ARG CONDA_ENV_NAME=era5
RUN echo "source activate ${CONDA_ENV_NAME}" >> ~/.bashrc
ENV PATH /opt/conda/envs/${CONDA_ENV_NAME}/bin:$PATH

RUN conda install -c conda-forge google-cloud-sdk==410.0.0 -y
# Install gcloud alpha
RUN apt-get update -y
RUN gcloud components install alpha --quiet
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ name: era5
channels:
- conda-forge
dependencies:
- python=3.8.19
- python=3.8.13
- metview-batch==5.17.0
- google-cloud-sdk=410.0.0
- pip:
- cython==0.29.34
- setuptools==70.3.0
Expand Down

0 comments on commit 6195bfe

Please sign in to comment.