Browse code

moved docker file and use devel bioconductor container

Dharmesh Bhuva authored on 19/10/2024 10:58:55
Showing 4 changed files

1 1
similarity index 100%
2 2
rename from .dockerignore
3 3
rename to .devcontainer/.dockerignore
4 4
similarity index 73%
5 5
rename from Dockerfile
6 6
rename to .devcontainer/Dockerfile
... ...
@@ -1,6 +1,6 @@
1 1
 # syntax=docker/dockerfile:1
2 2
 
3
-FROM bioconductor/bioconductor_docker:RELEASE_3_19
3
+FROM bioconductor/bioconductor_docker:devel
4 4
 LABEL Name=spanorm Version=0.0.1
5 5
 RUN mkdir /root/rpkg
6 6
 COPY . /root/rpkg
... ...
@@ -6,7 +6,7 @@
6 6
 		// Sets the run context to one level up instead of the .devcontainer folder.
7 7
 		"context": "..",
8 8
 		// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9
-		"dockerfile": "../Dockerfile"
9
+		"dockerfile": "Dockerfile"
10 10
 	},
11 11
 
12 12
 	// Features to add to the dev container. More info: https://containers.dev/features. (github::bhuvad/restools)
... ...
@@ -1,6 +1,6 @@
1 1
 Package: SpaNorm
2 2
 Title: Spatially-aware normalisation for spatial transcriptomics data
3
-Version: 0.99.1
3
+Version: 0.99.2
4 4
 Authors@R: c(
5 5
             person(given = "Dharmesh D.",
6 6
                    family = "Bhuva",