Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nomad-remote-tools-hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
nomad-lab
nomad-remote-tools-hub
Commits
29de26cf
Commit
29de26cf
authored
1 year ago
by
Florian Dobener
Browse files
Options
Downloads
Patches
Plain Diff
Adds local config for igor dockerfile
parent
7d43dbb7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/mpes/Dockerfile.igor
+9
-1
9 additions, 1 deletion
docker/mpes/Dockerfile.igor
with
9 additions
and
1 deletion
docker/mpes/Dockerfile.igor
+
9
−
1
View file @
29de26cf
...
...
@@ -11,5 +11,13 @@ RUN apt-get install -y git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo u
&& apt-get clean && rm -rf /var/lib/apt/lists/*
COPY 02-exec-igor /config/custom-cont-init.d/02-exec-cmd
COPY wine /config/.wine
#
COPY wine /config/.wine
WORKDIR /config
ENV PGID=5050
COPY 30-config /etc/cont-init.d/30-config
RUN ln -s /config/pcshare /mnt/pcshare
RUN mkdir /scratch
RUN ln -s /config/localDataStore /scratch/localDataStore
RUN mkdir /etc/sed
RUN ln -s /mnt/pcshare/sed/config.yaml /etc/sed/config.yaml
\ No newline at end of file
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