Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
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
EnJoY
course-container
Commits
7a022991
Commit
7a022991
authored
1 year ago
by
Jonas Eppelt
Browse files
Options
Downloads
Patches
Plain Diff
no latex in cuda container
parent
2df7837c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cuda_basis/Dockerfile
+5
-5
5 additions, 5 deletions
cuda_basis/Dockerfile
with
5 additions
and
5 deletions
cuda_basis/Dockerfile
+
5
−
5
View file @
7a022991
...
...
@@ -4,11 +4,11 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu"
USER
root
### run apt-get installs for Latex for notebook conversion
RUN
apt-get update
-y
&&
apt-get upgrade
-y
&&
\
apt-get
install
-y
nano vim pandoc dvipng git texlive-xetex texlive texlive-lang-german texlive-latex-extra
\
dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev libssl-dev
--upgrade
&&
\
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
#
### run apt-get installs for Latex for notebook conversion
#
RUN apt-get update -y && apt-get upgrade -y && \
#
apt-get install -y nano vim pandoc dvipng git texlive-xetex texlive texlive-lang-german texlive-latex-extra \
#
dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev libssl-dev --upgrade && \
#
apt-get clean && rm -rf /var/lib/apt/lists/*
### installing pip packages
...
...
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