Skip to content

Commit

Permalink
fixing dockerfile variables
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg committed May 9, 2024
1 parent 1a5ec6f commit 4b1c1b7
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
Expand Up @@ -3,7 +3,7 @@ RUN apt-get update && apt-get -y install gcc
RUN apt install -y gcc python3-dev python3-pip g++
RUN pip install flood_forecast
ENV WANDB_API_KEY "WANDB_API_KEY"
ENV WANDB_SWEEP_ID "WNDB_SWEEP_ID"
ENV WANDB_SWEEP_ID "WANDB_SWEEP_ID"
ENV BASE_CONFIG_PATH "BASE_CONFIG_PATH"
ENV ENVIRONMENT_GCP "DESKTOP"
ENV WANDB_PROJECT "PROJECT"
Expand Down

0 comments on commit 4b1c1b7

Please sign in to comment.