Skip to content

Commit ee0dc87

Browse files
committed
fix: update deforum_sd Dockerfile
1 parent 053b6ef commit ee0dc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deforum_sd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master
2828
pyenv global 3.10
2929

3030
# copy to /src
31-
ENV WORKDIR /src
31+
ENV WORKDIR=/src
3232
RUN mkdir -p $WORKDIR
3333
WORKDIR $WORKDIR
3434

@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4040
libgl1-mesa-glx \
4141
ffmpeg \
4242
&& rm -rf /var/lib/apt/lists/*
43-
COPY deforum_sd/requirements.txt .
43+
COPY ./requirements.txt .
4444
RUN pip install --no-cache-dir -U pip && pip install --no-cache-dir Cython && pip install --no-cache-dir -r requirements.txt
4545

4646
# copy sources

0 commit comments

Comments
 (0)