Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Image Data Explorer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
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
Jean-Karim Heriche
Image Data Explorer
Commits
b5c9bd84
Commit
b5c9bd84
authored
10 months ago
by
Jean-Karim Heriche
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile to R 4.4.0 (patches vulnerability in rds file deserialization).
parent
4400fb46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#59005
failed
10 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
image_data_explorer.R
+0
-1
0 additions, 1 deletion
image_data_explorer.R
with
1 addition
and
2 deletions
Dockerfile
+
1
−
1
View file @
b5c9bd84
# Install R
FROM
r-base:4.
3.1
FROM
r-base:4.
4.0
# Set maintainer/author label
# Overrides label from base image
...
...
This diff is collapsed.
Click to expand it.
image_data_explorer.R
+
0
−
1
View file @
b5c9bd84
...
...
@@ -94,7 +94,6 @@ source("R/stats.R")
## Delay execution of expr until after all session inputs have been set
execute_after_input
<-
function
(
expr
,
session
=
getDefaultReactiveDomain
())
{
observeEvent
(
once
=
TRUE
,
reactiveValuesToList
(
session
$
input
),
{
print
(
"HERE"
)
force
(
expr
)
},
ignoreInit
=
TRUE
)
}
...
...
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