Skip to content

Commit e73280c

Browse files
authored
fix(docs): add note for making docker images public (#594)
2 parents a3fae48 + de5a22d commit e73280c

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

docs/hackathon/0-onboarding.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ import ChooseTemplate from "/static/img/verifiable-ai-hackathon/choose-template.
1414
import GeminiKey from "/static/img/verifiable-ai-hackathon/gemini-key.png";
1515
import OnboardingChecklist from "@site/src/components/hackathon/OnboardingChecklist";
1616
import CreateKey from "/static/img/verifiable-ai-hackathon/create-key.png";
17+
import PackageSetting from "/static/img/verifiable-ai-hackathon/package-setting.png";
18+
import PackageView from "/static/img/verifiable-ai-hackathon/package-view.png";
19+
import ChangeVisibility from "/static/img/verifiable-ai-hackathon/change-visibility.png";
1720

1821
# Onboarding
1922

@@ -125,14 +128,26 @@ Ensure you have the following tools installed:
125128

126129
<img src={ChooseTemplate} style={{ width: 300 }} />
127130

128-
2. **Clone the repo:**
131+
2. After creating a new repository, wait for package build to complete (a few minutes). Then click on the built package in the right sidebar:
132+
133+
<img src={PackageView} style={{ width: 300 }} />
134+
135+
3. Click **Package Settings** in the right sidebar:
136+
137+
<img src={PackageSetting} style={{ width: 300 }} />
138+
139+
4. Under **Danger Zone**, click **Change Visibility** and set to **Public**:
140+
141+
<img src={ChangeVisibility} style={{ width: 800 }} />
142+
143+
5. **Clone the repo:**
129144

130145
```bash
131146
git clone https://github.com/YOUR_REPO
132147
cd YOUR_REPO
133148
```
134149

135-
3. Follow the **README** in your chosen template for track-specific setup instructions
150+
6. Follow the **README** in your chosen template for track-specific setup instructions
136151

137152
**Happy building!**
138153

48.6 KB
Loading
15.9 KB
Loading
16.7 KB
Loading

0 commit comments

Comments
 (0)