Skip to content

Commit

Permalink
fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Nov 19, 2024
1 parent d333514 commit 79f3d94
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 @@ -23,7 +23,7 @@ RUN pip install --no-cache-dir --upgrade -r /opt/rslearn_projects/requirements.t
# Copy rslearn_projects.
# For now we don't install it and instead just use PYTHONPATH.
ENV PYTHONPATH="${PYTHONPATH}:."
COPY /. /opt/rslearn_projects/
# install rslp package
RUN pip install --no-cache-dir /opt/rslearn_projects
COPY /. /opt/rslearn_projects/
WORKDIR /opt/rslearn_projects

0 comments on commit 79f3d94

Please sign in to comment.