Skip to content

Commit

Permalink
#2082: Update comments in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed May 4, 2023
1 parent 4fc9a03 commit 70a55bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#
# $ export COMPILER_TYPE=intel
# $ export COMPILER=icpx
# $ export HOST_COMPILER=icpx
# $ export VT_TRACE=1
# $ docker-compose pull ubuntu-cpp-interactive
# $ docker-compose run ubuntu-cpp-interactive
Expand All @@ -67,7 +68,7 @@ version: '3.5'
# Named volumes must be predefined according the docker compose rules. Many
# combinations have already been added, but if a needed configuration is missing
# add it to this list. For example, for ARM64v8 on Ubuntu 20.04 with clang-9,
# add `arm64v8-ubuntu-20.04-clang-9-cache`.
# add `arm64v8-ubuntu-20.04-clang-9-clang-9-cache`.
volumes:
amd64-ubuntu-18.04-clang-8-clang-8-cache:
amd64-ubuntu-18.04-clang-9-clang-9-cache:
Expand Down

0 comments on commit 70a55bc

Please sign in to comment.