Skip to content

Commit

Permalink
update to dependencies 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Aug 5, 2024
1 parent 6c09afb commit 5a469b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions alfalfa_worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nrel/alfalfa-dependencies:multiplatform AS base
FROM ghcr.io/nrel/alfalfa-dependencies:3.1.0 AS base

ENV HOME=/alfalfa

Expand All @@ -22,7 +22,9 @@ ENV PYTHONPATH="${HOME}:${PYTHONPATH}"
COPY ./alfalfa_worker ${HOME}/alfalfa_worker

RUN pip3.8 install virtualenv \
&& pip3.8 install -r /alfalfa/alfalfa_worker/energyplus_requirements.txt
&& pip3.8 install \
scipy \
symfit

COPY ./deploy /alfalfa/deploy
COPY ./deploy/wait-for-it.sh /usr/local/wait-for-it.sh
Expand Down
2 changes: 0 additions & 2 deletions alfalfa_worker/energyplus_requirements.txt

This file was deleted.

0 comments on commit 5a469b0

Please sign in to comment.