We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4184c54 commit 0b87331Copy full SHA for 0b87331
.devcontainer/Dockerfile
@@ -1,13 +1,13 @@
1
FROM continuumio/miniconda3
2
3
# Set the working directory
4
-WORKDIR /workspace
+#WORKDIR /workspace
5
6
# Install Python
7
RUN conda install python -y
8
9
# Copy the project files
10
-COPY . .
+# COPY . .
11
12
# Install the necessary packages
13
RUN pip install .
.devcontainer/devcontainer.json
@@ -3,5 +3,5 @@
"build": {
"dockerfile": "Dockerfile",
"context": ".."
- },
+ }
}
0 commit comments