Skip to content

Commit

Permalink
update reqs and docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Nov 2, 2023
1 parent e840b00 commit e9b9f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN pip install -r app/requirements.txt
COPY pvnet_app/ app/pvnet_app/
COPY tests/ app/tests/
COPY scripts/ app/scripts/
COPY data/ app/data/

# change to app folder
WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
xesmf
torch[cpu]>=2.0
PVNet-summation>=0.0.8
pvnet>=2.3.0
Expand Down

0 comments on commit e9b9f86

Please sign in to comment.