Skip to content

Commit

Permalink
git subrepo pull external-deps/spyder-remote-services
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "external-deps/spyder-remote-services"
  merged:   "d425e769d"
upstream:
  origin:   "https://github.com/spyder-ide/spyder-remote-services"
  branch:   "main"
  commit:   "d425e769d"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "cce3d93"
  • Loading branch information
hlouzada committed Oct 18, 2024
1 parent 56ea3e3 commit 26aa9a1
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 4 deletions.
4 changes: 2 additions & 2 deletions external-deps/spyder-remote-services/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions external-deps/spyder-remote-services/scripts/installer_dev.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spyder/plugins/remoteclient/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519

# Configure and Install the spyder-remote-services

COPY --from=external-deps spyder-remote-services /home/ubuntu/spyder-remote-services
COPY --from=external-deps spyder-kernels /home/ubuntu/spyder-kernels
COPY --from=external-deps --chown=ubuntu spyder-remote-services /home/ubuntu/spyder-remote-services
COPY --from=external-deps --chown=ubuntu spyder-kernels /home/ubuntu/spyder-kernels

RUN bash /home/ubuntu/spyder-remote-services/scripts/installer_dev.sh /home/ubuntu/spyder-remote-services /home/ubuntu/spyder-kernels

Expand Down

0 comments on commit 26aa9a1

Please sign in to comment.