Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
danet
quant
Merge requests
!115
Draft: Try to get ltex working by using amd64 container on ARM.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Try to get ltex working by using amd64 container on ARM.
try-to-get-ltex-working-amd64
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Neil-Jocelyn Schark
requested to merge
try-to-get-ltex-working-amd64
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Compare
master
version 1
4e65f600
1 year ago
master (HEAD)
and
latest version
latest version
4e65f600
1 commit,
11 months ago
version 1
4e65f600
1 commit,
1 year ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.devcontainer/Dockerfile
+
1
−
1
Options
# The base container already has entrypoint, vscode user account, etc. out of the box
FROM
mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04
FROM
--platform=linux/amd64
mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04
# Containerlab version will be set in devcontainer.json
ARG
_CLAB_VERSION
Loading