Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD 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
R
ver
Commits
7aa2825b
Verified
Commit
7aa2825b
authored
2 weeks ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Install httpgd 2.0.2 from archive"
This reverts commit
5e3ca3b7
.
parent
d268c4f9
No related branches found
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
base/latest.Dockerfile
+2
-7
2 additions, 7 deletions
base/latest.Dockerfile
with
2 additions
and
7 deletions
base/latest.Dockerfile
+
2
−
7
View file @
7aa2825b
...
...
@@ -146,13 +146,8 @@ RUN apt-get update \
echo "$(which radian) \"\${@}\"" >> $(which radian)_; \
fi \
## Install httpgd
## Archived on 2025-02-14 as requires archived package 'unigd'.
&& install2.r --error --skipinstalled -n $NCPUS \
unigd \
AsioHeaders \
&& curl -sLO https://cran.r-project.org/src/contrib/Archive/httpgd/httpgd_2.0.2.tar.gz \
&& R CMD INSTALL httpgd_2.0.2.tar.gz \
&& rm httpgd_2.0.2.tar.gz \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
httpgd \
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
&& apt-get -y autoremove \
...
...
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