Skip to content

Commit

Permalink
Fix: fix docker build (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Apr 11, 2023
1 parent 2001086 commit 1ccec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrafl/remote/register/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _copy_local_packages(

local_dependencies_cmd = "\n".join(
[
f"COPY {operation_dir}/{dependency} . \n"
f"COPY {dependency} {dependency} \n"
+ f"RUN python{python_major_minor} -m pip install --no-cache-dir {dependency} \n"
for dependency in dependencies_buffer
]
Expand Down

0 comments on commit 1ccec1f

Please sign in to comment.