Skip to content

Commit 1453885

Browse files
authored
Merge branch 'main' into batched-inference-and-padding
2 parents fa3cd3e + 73f90ee commit 1453885

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ jobs:
4747
with:
4848
repository: AdaptiveMotorControlLab/cebra-demos
4949
path: docs/source/demo_notebooks
50-
# NOTE(stes): This is a temporary branch to add the xCEBRA demo notebooks
51-
# to the docs. Once the notebooks are merged into main, we can remove this
52-
# branch and change the ref to main.
53-
# ref: main
54-
ref: stes/add-xcebra
50+
ref: main
5551

5652
- name: Set up Python 3.10
5753
uses: actions/setup-python@v5

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ def get_years(start_year=2021):
269269
"_static/thumbnails/openScope_demo.png",
270270
"demo_notebooks/Demo_dandi_NeuroDataReHack_2023":
271271
"_static/thumbnails/dandi_demo_monkey.png",
272+
"demo_notebooks/Demo_xCEBRA_RatInABox":
273+
"_static/thumbnails/xCEBRA.png"
272274
}
273275

274276
rst_prolog = r"""

docs/source/installation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ we outline different options below.
149149
150150
Note that, similarly to that last command, you can select the specific install options of interest based on their description above and on your usecase.
151151

152+
.. tab:: Docker
153+
154+
.. code:: bash
155+
156+
$ docker pull mmathislab/cebra-cuda12.4-cudnn9
157+
158+
You can pull our container from DockerHub: https://hub.docker.com/u/mmathislab
152159
..
153160
154161

0 commit comments

Comments
 (0)