Skip to content

Commit

Permalink
environment for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmullan committed Oct 4, 2023
1 parent f0d0627 commit 82489f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime

COPY requirements.txt .

RUN pip install --no-cache-dir -r requirements.txt
7 changes: 7 additions & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
accelerate==0.23.0
einops==0.7.0
diffusers==0.21.4
transformers==4.34.0
wandb==0.15.11
moviepy==1.0.3
imageio==2.31.5

0 comments on commit 82489f6

Please sign in to comment.