Skip to content

Commit

Permalink
deploy: 646f06d
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Jun 13, 2024
1 parent 6250d82 commit c8b96f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Including `sudo` may not be required on every machine.
```console
sudo make build
```

### Troubleshooting
If you get an error message that docker is not found, you can try to install docker inside WSL.

```console
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions stefan_hahmann/elephant_server_installation_windows/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,10 @@ <h2> Contents </h2>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#gpu-support-for-machines-with-nvidia-gpus">GPU Support for machines with Nvidia GPUs</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#creating-the-elephant-server">Creating the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#creating-the-elephant-server">Creating the Elephant Server</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#troubleshooting">Troubleshooting</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#starting-the-elephant-server">Starting the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#stopping-the-elephant-server">Stopping the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#move-docker-to-another-drive">Move Docker to another drive</a></li>
Expand Down Expand Up @@ -510,6 +513,8 @@ <h2>Creating the Elephant Server<a class="headerlink" href="#creating-the-elepha
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">sudo make build</span>
</pre></div>
</div>
<section id="troubleshooting">
<h3>Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permalink to this heading">#</a></h3>
<p>If you get an error message that docker is not found, you can try to install docker inside WSL.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">sudo snap install docker</span>
</pre></div>
Expand All @@ -526,6 +531,7 @@ <h2>Creating the Elephant Server<a class="headerlink" href="#creating-the-elepha
The version on Docker Hub may not be the latest version of Elephant, but you can use it, if building the image fails.
Check <a class="reference external" href="https://hub.docker.com/r/stefanhahmann/elephant-server">Docker Hub</a> for the Elephant server image.</p>
</section>
</section>
<section id="starting-the-elephant-server">
<h2>Starting the Elephant Server<a class="headerlink" href="#starting-the-elephant-server" title="Permalink to this heading">#</a></h2>
<p>Make sure that Docker Desktop is running.</p>
Expand Down Expand Up @@ -645,7 +651,10 @@ <h2>Move Docker to another drive<a class="headerlink" href="#move-docker-to-anot
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#gpu-support-for-machines-with-nvidia-gpus">GPU Support for machines with Nvidia GPUs</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#creating-the-elephant-server">Creating the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#creating-the-elephant-server">Creating the Elephant Server</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#troubleshooting">Troubleshooting</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#starting-the-elephant-server">Starting the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#stopping-the-elephant-server">Stopping the Elephant Server</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#move-docker-to-another-drive">Move Docker to another drive</a></li>
Expand Down

0 comments on commit c8b96f1

Please sign in to comment.