-
Notifications
You must be signed in to change notification settings - Fork 13
/
home-server.html
56 lines (56 loc) · 2.51 KB
/
home-server.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<title>OVH AI Training Job</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
</head>
<body>
<div class="container mt-3">
<div class="row">
<div class="col-md-6">
<div class="bg-light border p-3">
<div class="media">
<img class="mr-3" src="https://jupyter.org/assets/main-logo.svg" width="64px" height="64px">
<div class="media-body mt-3">
<p><a target="_blank" href="$JUPYTER_JOB_URL"
class="btn btn-primary m-t-">Jupyter Lab</a></p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="bg-light border p-3">
<div class="media">
<img class="mr-3"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/1200px-Visual_Studio_Code_1.35_icon.svg.png"
width="64px" height="64px">
<div class="media-body mt-3">
<p><a target="_blank" href="$CODE_JOB_URL"
class="btn btn-primary m-t">Visual Studio Code</a></p>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="bg-light border p-3">
<div class="media">
<img class="mr-3" src="https://img.icons8.com/fluent/344/discord-new-logo.png" width="64px" height="64px">
<div class="media-body mt-3">
<p><a target="_blank" href="https://discord.gg/HeuCTxnXrE" class="btn btn-primary m-t">Join Discord for Help</a></p>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="bg-light border p-3">
<div class="media">
<img class="mr-3" src="https://huggingface.co/front/assets/huggingface_logo.svg" width="64px" height="64px">
<div class="media-body mt-3">
<p><a target="_blank" href="https://github.com/huggingface/transformers/blob/master/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md" class="btn btn-primary m-t">Getting Started with Wav2Vec2 Sprint</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>