We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c73bf2 commit a92e18cCopy full SHA for a92e18c
Dockerfile
@@ -74,6 +74,8 @@ RUN make install-hwcomponents CC=gcc CXX=g++
74
RUN pip install jupyterlab ipywidgets
75
76
# Install accelforge
77
+ENV ACCELFORGE_CONFIG_PATH=/home/workspace/.accelforge/config.yaml
78
+RUN mkdir -p /home/workspace/.accelforge/
79
RUN pip install accelforge
80
# WORKDIR /home/workspace
81
0 commit comments