Skip to content

Commit

Permalink
feat: add remote-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 18, 2024
1 parent 7e33971 commit 0befc5f
Show file tree
Hide file tree
Showing 79 changed files with 3,474 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,19 @@ jobs:
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
CVE_ALLOWLIST: ${{ secrets.CVE_ALLOWLIST}}

remote-desktop:
needs: [vars]
uses: ./.github/workflows/docker-steps.yaml
with:
image: "remote-desktop"
directory: "remote-desktop"
# Rocker/geospatial is tagged by R version number. They are not clear on whether they'll change those tagged
# images for hotfixes, so always pin tag and digest to prevent unexpected upstream changes
base-image: "rocker/geospatial:4.2.1@sha256:5caca36b8962233f8636540b7c349d3f493f09e864b6e278cb46946ccf60d4d2"
registry-name: "${{ needs.vars.outputs.REGISTRY_NAME }}"
is-final: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
CVE_ALLOWLIST: ${{ secrets.CVE_ALLOWLIST}}
7 changes: 7 additions & 0 deletions images/remote-desktop/.condarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
channels:
- http://jfrog-platform-artifactory.jfrog-system:8081/artifactory/api/conda/conda-forge-remote
- http://jfrog-platform-artifactory.jfrog-system:8081/artifactory/api/conda/conda-forge-nvidia
- http://jfrog-platform-artifactory.jfrog-system:8081/artifactory/api/conda/conda-pytorch-remote

auto_update_conda: false
show_channel_urls: true
Loading

0 comments on commit 0befc5f

Please sign in to comment.