Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ShellB3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ray Garcia
ShellB3
Commits
0bb97b59
Commit
0bb97b59
authored
4 months ago
by
Ray Garcia
Browse files
Options
Downloads
Patches
Plain Diff
fix TRIM
parent
9ab74ff1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
0bb97b59
...
...
@@ -11,14 +11,12 @@ WORKDIR /opt/ShellB3
ARG
REVNUM=dev
ENV
REVNUM=$REVNUM
ARG
PYTHON_VERSION=39
ARG
TRIM=cspp
ENV
PORTABLESHELLB3=true
FROM
setup
as
compiler
ENV
MAKEFLAGS=-j8
RUN
./shallbethree.sh mk_gcc12
ENV
MAKEFLAGS=-j16
ARG
LINUXCPUFLAGS="-march=ivybridge -fPIC"
ENV
LINUXCPUFLAGS="${LINUXCPUFLAGS}"
# numcodecs will break on avx2 build when ivybridge arch is forced
...
...
@@ -26,6 +24,8 @@ ENV DISABLE_NUMCODECS_AVX2=correctamundo
ENV
TRIM_PYTHON_VERSION=3
FROM
compiler
as
build
ARG
TRIM=cspp
ENV
TRIM=$TRIM
RUN
./shallbethree.sh mk_
${
TRIM
}
# RUN ./shallbethree.sh mk_core
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment