Skip to content

Commit f281e36

Browse files
fix devcontainer
1 parent 1d4abc5 commit f281e36

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.devcontainer/arm64/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iris-tutorial arm64 container",
3-
"image": "ghcr.io/logsem/iris-tutorial/debian-ocaml-5.5-arm64",
3+
"image": "ghcr.io/logsem/iris-tutorial/docker-arm64",
44
"customizations": {
55
"vscode": {
66
"extensions": ["rocq-prover.vsrocq"]

.devcontainer/x86-64/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iris-tutorial x86-64 container",
3-
"image": "ghcr.io/logsem/iris-tutorial/debian-ocaml-5.5-x86-64",
3+
"image": "ghcr.io/logsem/iris-tutorial/docker-x86-64",
44
"customizations": {
55
"vscode": {
66
"extensions": ["rocq-prover.vsrocq"]

docker_image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ COPY --from=repo iris-tutorial.opam .
99
RUN opam install . --deps-only -y && \
1010
opam install -y rocq-iris-unstable
1111

12-
# TODO: uncomment when vsrocq-language-server will start supporting ocaml 5.5
13-
# RUN opam install -y -w vsrocq-language-server
12+
RUN opam install -y vsrocq-language-server
1413

1514
RUN echo "eval \$(opam env)" >> ~/.bashrc

0 commit comments

Comments
 (0)