Skip to content

Commit

Permalink
fix: path to package (ELS-RD#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
pommedeterresautee authored Oct 13, 2022
1 parent 6fb82f9 commit d62a682
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 @@ -41,7 +41,7 @@ COPY ./requirements.txt ./requirements.txt
COPY ./README.md ./README.md
COPY ./requirements-benchmark.txt ./requirements-benchmark.txt
COPY ./src/__init__.py ./src/__init__.py
COPY ./src/nucle/__init__.py ./src/nucle/__init__.py
COPY ./src/kernl/__init__.py ./src/kernl/__init__.py


ENV SKIP_CUDA_ASSERT=1
Expand Down

0 comments on commit d62a682

Please sign in to comment.