Skip to content

Commit

Permalink
Merge pull request #33 from BerriJ/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BerriJ authored Nov 8, 2023
2 parents 012e690 + c2dee53 commit 3a055ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
// And/or for VS Code Insiders
// "source=extensions_cache_insiders,target=/home/vscode/.vscode-server-insiders/extensions,type=volume"
// Mount git folder into /workspaces - vscode will also mount the current workspace there
"source=${localEnv:HOME}/git,target=/workspaces,type=bind,consistency=cached",
// Mount x11 into container -> to display R/Python graphics devices locally
//"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
"source=${localEnv:HOME}/sciebo,target=/workspaces/sciebo,type=bind,consistency=cached"
// "source=${localEnv:HOME}/git,target=/workspaces,type=bind,consistency=cached",
"source=${localEnv:HOME}${localEnv:USERPROFILE}/sciebo,target=/home/vscode/sciebo,type=bind,consistency=cached",
],
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy@sha256:aabed3296a3d45cede1dc866a24476c4d7e093aa806263c27ddaadbdce3c1054
FROM ubuntu:jammy@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f

SHELL ["/bin/bash", "-c"]

Expand Down
1 change: 1 addition & 0 deletions package_lists/latex_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ breqn
cancel
caption
chktex # Linting
chronology
cleveref
cm-super
collectbox
Expand Down
3 changes: 3 additions & 0 deletions package_lists/r_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ copula
corrplot
cowplot
crayon
crosstalk
data.table
dbx
dccpp
Expand Down Expand Up @@ -43,6 +44,7 @@ glmnet
gridExtra
gt
Hmisc
htmlwidgets
httpgd
igraph
inline
Expand Down Expand Up @@ -75,6 +77,7 @@ qgam
QRM
Quandl
quantreg
r2d3
randomForest
Rcpp
RcppArmadillo
Expand Down

0 comments on commit 3a055ac

Please sign in to comment.