Spaces:
Sleeping
Sleeping
Commit
·
467f78c
1
Parent(s):
a2a2228
added xlam2 expect build
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -82,7 +82,7 @@ COPY --chown=user:user system_prompt_xlam_2_run /home/user/code/models/system_pr
|
|
82 |
COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
|
83 |
COPY --chown=user:user index.html /home/user/code/app/wwwroot/index.html
|
84 |
COPY --chown=user:user append_run.sh /home/user/code/models/append_run.sh
|
85 |
-
COPY --chown=user:user expect-build-
|
86 |
|
87 |
# Set permissions for scripts as the non-root user
|
88 |
RUN chmod +x /home/user/code/models/append_run.sh && \
|
|
|
82 |
COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
|
83 |
COPY --chown=user:user index.html /home/user/code/app/wwwroot/index.html
|
84 |
COPY --chown=user:user append_run.sh /home/user/code/models/append_run.sh
|
85 |
+
COPY --chown=user:user expect-build-xlam-2 /home/user/code/models/expect-build-xlam-2
|
86 |
|
87 |
# Set permissions for scripts as the non-root user
|
88 |
RUN chmod +x /home/user/code/models/append_run.sh && \
|