Skip to content

Commit

Permalink
docker: enable some features
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Feb 13, 2024
1 parent 852fc4a commit c27bb35
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker/cpp-sysroot.dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# llvm image is not re-built often, so the tag may be behind
FROM faasm.azurecr.io/llvm:0.2.4 as llvm
FROM faasm.azurecr.io/llvm:0.4.0 as llvm

# faabric-base image is not re-built often, so tag may be behind
FROM faasm.azurecr.io/faabric-base:0.4.2
FROM faasm.azurecr.io/faabric-base:0.15.0
SHELL ["/bin/bash", "-c"]
ENV CPP_DOCKER="on"

Expand Down Expand Up @@ -50,13 +50,13 @@ RUN cd /code/cpp \
libemscripten \
libfaasm \
libfaasmp \
libfaasmpi \
# Lastly, build the libraries that populate the sysroot
&& inv \
clapack \
clapack --clean --shared \
libffi \
zlib
libfaasmpi
# # Lastly, build the libraries that populate the sysroot
# && inv \
# clapack \
# clapack --clean --shared \
# libffi \
# zlib

# CLI setup
WORKDIR /code/cpp
Expand Down

0 comments on commit c27bb35

Please sign in to comment.