Skip to content

Commit

Permalink
Use aws deps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nweires committed Feb 26, 2024
1 parent d4b7689 commit b2fe38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OS_VER
FROM --platform=linux/amd64 nrel/openstudio:$OS_VER as buildstockbatch
ARG CLOUD_PLATFORM
ARG CLOUD_PLATFORM=aws

RUN sudo apt update && sudo apt install -y python3-pip
RUN sudo -H pip install --upgrade pip
Expand Down

0 comments on commit b2fe38c

Please sign in to comment.