Skip to content

Commit 0b87331

Browse files
committed
remove abundant stuff
1 parent 4184c54 commit 0b87331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM continuumio/miniconda3
22

33
# Set the working directory
4-
WORKDIR /workspace
4+
#WORKDIR /workspace
55

66
# Install Python
77
RUN conda install python -y
88

99
# Copy the project files
10-
COPY . .
10+
# COPY . .
1111

1212
# Install the necessary packages
1313
RUN pip install .

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"context": ".."
6-
},
6+
}
77
}

0 commit comments

Comments
 (0)