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 c3fc65f commit d1b8c69Copy full SHA for d1b8c69
omni-reader/Dockerfile.sandbox
@@ -34,10 +34,10 @@ RUN git clone --depth 1 https://github.com/zenml-io/zenml-projects.git /tmp/zenm
34
RUN echo "OPENAI_API_KEY=YOUR_OPENAI_API_KEY_HERE" > .env && \
35
echo "MISTRAL_API_KEY=YOUR_MISTRAL_API_KEY_HERE" >> .env
36
37
-# Create a settings directory (mainly to auto-apply the dark theme)
38
-RUN mkdir -p /root/.local/share/code-server/User
+# Create a .vscode directory (mainly to auto-apply the dark theme)
+RUN mkdir -p /workspace/.vscode
39
# Copy settings file
40
-COPY settings.json /root/.local/share/code-server/User/
+COPY settings.json /workspace/.vscode/settings.json
41
42
# Set environment variable to skip CPU checks for Polars as a fallback
43
ENV POLARS_SKIP_CPU_CHECK=1
0 commit comments