FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/.gitpod.Dockerfile at featureview-versioning · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
214
Pull requests
189
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
.gitpod.Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (8 loc) · 468 Bytes
Breadcrumbs
feast
/
.gitpod.Dockerfile
Copy path
File metadata and controls
8 lines (8 loc) · 468 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
FROM
gitpod/workspace-base
RUN
sudo apt-get update && sudo apt-get install -y python3-dev python3-setuptools python3-pip python-is-python3 && sudo rm -rf /var/lib/apt/lists/*
RUN
curl -LsSf https://astral.sh/uv/install.sh | sh
RUN
curl -fsSL https://pixi.sh/install.sh | bash
ENV
PATH=$PATH:/home/gitpod/.cargo/bin
RUN
curl -s
"https://get.sdkman.io"
| bash
SHELL
[
"/bin/bash"
,
"-c"
]
RUN
source
"/home/gitpod/.sdkman/bin/sdkman-init.sh"
&& sdk install java 14.0.2-zulu
Back
|
FazBrowse Home
|
New Git URL