Skip to content

Commit 01e439e

Browse files
authored
Refactor Dockerfile to correct skills directory path (#126)
- Updated the COPY command for cuOpt skills in the Dockerfile to ensure the correct directory structure is used for the production image. Signed-off-by: Matthew Penn <mpenn@nvidia.com>
1 parent 09577c7 commit 01e439e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

cuopt-agent/cuopt_agent/docker/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ ENV PATH="/app/cuopt_agent/.venv/bin:$PATH"
3131
COPY cuopt_agent/configs /app/cuopt_agent/configs
3232
COPY cuopt_agent/data /app/cuopt_agent/data
3333
COPY skills /app/skills
34-
<<<<<<< HEAD
35-
COPY external/cuopt/skills /app/skills/cuopt
36-
=======
37-
COPY external/cuopt/skills /app/external/cuopt/skills
38-
>>>>>>> upstream/main
34+
COPY external/cuopt/skills /app/external/skills/cuopt
3935
COPY AGENTS.md /app/AGENTS.md
4036

4137
# CWD must be cuopt_agent/ so config relative paths resolve correctly:

0 commit comments

Comments
 (0)