Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# docker build -t webis/ir-lab-wise-2025:0.0.1 -f .devcontainer/Dockerfile .
FROM webis/ir-lab-wise-2023:0.0.3

RUN pip3 uninstall -y python-terrier tira \
&& pip3 install 'pyterrier>=1.0.0' 'tira>=0.0.189' \
&& python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(is_offline=False)'
2 changes: 1 addition & 1 deletion .devcontainer.json → .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "webis/ir-lab-wise-2023:0.0.3",
"image": "webis/ir-lab-wise-2025:0.0.1",
"customizations": {
"vscode": {
"extensions": [
Expand Down